1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-16 16:36:56 +02:00

chore(gitignore): add compiled C++ and cache

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-08-18 23:19:49 +02:00
parent 9bce3c655a
commit 970869babd
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

7
.gitignore vendored
View file

@ -5,3 +5,10 @@ playground
# ignore VSCode, cause screw it
.vscode
# ignore compiled C++ files with given names
cpp/*
!cpp/*.cpp
# ignore cache directory
.cache/