aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cd25ab20d01987f48ef514467d0447c4644e24f9 (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
*.o
*.a
*.pyc
#*#
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log
target/
*.sqlite
*.sqlite-shm
*.sqlite-wal
scratch/
*_amd64_linux
*.deb

# Don't ignore this file itself
!.gitignore