summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b5404e5..0e756db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,13 +3,17 @@ tests
3encryption 3encryption
4ll 4ll
5a.out 5a.out
6bin 6
7*.o 7*.o
8*.enc 8*.enc
9.vscode 9.vscode
10*.d 10*.d
11*.test
12
13bin/
14.timestamps/
15
11docs 16docs
12GPATH 17GPATH
13GRTAGS 18GRTAGS
14GTAGS 19GTAGS
15.timestamps \ No newline at end of file