summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2023-12-03 20:04:28 +0100
committerFederico Igne <undyamon@disroot.org>2023-12-03 20:04:28 +0100
commit758342fa607708d70943b5ea74775d4cdb83b646 (patch)
tree2fc2074bdcc569fd2243eff3db2275f7d602fb61
parentfd38773ef414a163031557fb66c709612ab38165 (diff)
downloadaoc-758342fa607708d70943b5ea74775d4cdb83b646.tar.gz
aoc-758342fa607708d70943b5ea74775d4cdb83b646.zip
chore: update .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