summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a029ac12297cc1d5d843c57c25ee70eeed7198dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*
!*.*
# Unignore all makefiles named Makefile or makefile
!Makefile
!makefile
#Unignore all dirs
!*/
#Ignore swp
*.swp
#Ignore res
*.txt
push.sh
!test.sh
*.o
#Ignore dir data/vsop87 
data/vsop87/*
data/vsop87