blob: c78e2d2dba2e8fa0ce8fd61b3efc75506806263a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*
!*.*
#Unignore all dirs
!*/
*.swp
*.txt
!CMakeLists.txt
push.sh
!test.sh
*.o
#Ignore dir data/vsop87
data/vsop87/*
data/vsop87
bin/*
lib/*
build/*
|