summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a361ed3..3694c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
42compile_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
96part1
97part2