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