summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8d42f495df9040a241366d8f68e6eb174416bf42 (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
# I use vi
*.swp
*.swo

# I use emacs
*~


# profiling
gmon.out
prof.*

# various tmp files
*.pyc
core*
\#*\#


# generated from tests run in a chroot
tmp-*

# Common build dirs
build/*
_build/*
compile_commands.json
.vagrant