aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4d411461f7c4dfb4edcce29dcdd587c456b6dbf7 (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
30
31
32
33
*.o
*.a
*.pyc
#*#
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log
TODO_local

.env
target/
bin/
fatcat-*.tar.gz
*.jar
*.pdf

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

# Don't ignore this file itself
!.gitignore