aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 62c532080dcd04a4cc18a1985111f925ca833977 (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
*.sqlite
*.sqlite3
*,cover
htmlcov/
golang/fatcatd

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

!.gitlab-ci.yml
!.travis.yml

# Don't ignore this file itself
!.gitignore