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