diff options
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | # Created by https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust | 1 | # Created by https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust |
2 | # Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,c++,rust | ||
3 | 2 | ||
4 | ### C++ ### | 3 | ### C++ ### |
5 | # Prerequisites | 4 | # Prerequisites |
@@ -38,6 +37,10 @@ | |||
38 | # GDB | 37 | # GDB |
39 | .gdb_history | 38 | .gdb_history |
40 | 39 | ||
40 | # ClangD | ||
41 | .cache | ||
42 | compile_commands.json | ||
43 | |||
41 | ### Linux ### | 44 | ### Linux ### |
42 | *~ | 45 | *~ |
43 | 46 | ||
@@ -89,4 +92,6 @@ tags | |||
89 | # Persistent undo | 92 | # Persistent undo |
90 | [._]*.un~ | 93 | [._]*.un~ |
91 | 94 | ||
92 | # End of https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust | 95 | # Local |
96 | part1 | ||
97 | part2 | ||