aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4a5f1b15ca27cfed115570b14fb9f70ef499fbbb (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
# specific ignored folders

/working/
/test/

# ignored all called

build/
bin/
out/

# ignore all files with these extensions

*.yy.cpp
*.tab.cpp
*.tab.hpp
*.o
*.output
*.log
.vagrant
*~
*.s

# emacs temp files

.#*


vgcore.*