diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |
13 | res.txt | 11 | *.txt |
14 | err.txt | ||
15 | push.sh | 12 | push.sh |
16 | test* | ||
17 | !test.sh | 13 | !test.sh |
18 | *.o | 14 | *.o |
19 | #Ignore dir data/vsop87 | 15 | #Ignore dir data/vsop87 |