aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a7ad7c2aa715a1bcd8a3f296a59ae31c070fcd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
papers/
target/
scratch/
**/*.rs.bk
*.o
*.a
*.pyc
#*#
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log

# Don't ignore dat/sleep files for this repo in particular
!.dat

# Don't ignore this file itself
!.gitignore
!.travis.yml