aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e9727203b7ae064db949312406b83f2b75a2c4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.sqlite
*.sqlite3

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

# Don't ignore this file itself
!.gitignore