summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 835793e6f413224ba7cdba359b130ca071f6e3d0 (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
*.o
*.a
*.pyc
*~
*.swp
.*
*.tmp
*.old
*.profile
*.bkp
*.bak
[Tt]humbs.db
*.DS_Store
build/
_build/
src/build/
*.log
coverage_html_report
tests/coverage_html_report
tests/coverage3_html_report
unused

# Don't ignore this file itself
!.gitignore