summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2b64090d4a9939e7a6df1566e03b08a2ae51add3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#Ignore all
*
#Unignore all with extensions
!*.*
#Unignore all dirs
!*/
#Ignore swp
*.swp
#Ignore res
res.txt
push.sh
test*
*.o