summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2b64090..597f7ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,20 @@
2* 2*
3#Unignore all with extensions 3#Unignore all with extensions
4!*.* 4!*.*
5# Unignore all makefiles named Makefile or makefile
6!Makefile
7!makefile
5#Unignore all dirs 8#Unignore all dirs
6!*/ 9!*/
7#Ignore swp 10#Ignore swp
8*.swp 11*.swp
9#Ignore res 12#Ignore res
10res.txt 13res.txt
14err.txt
11push.sh 15push.sh
12test* 16test*
17!test.sh
13*.o 18*.o
19#Ignore dir data/vsop87
20data/vsop87/*
21data/vsop87