aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5216de036462a781f1177d1596b66a49ca8e80f0 (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
old/
*.sqlite
*.html
*.json
*.json.gz

*.o
*.a
*.pyc
#*#
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log

# Don't ignore this file itself
!.gitignore