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

/working/
/test/

# ignored all called

build/
bin/
ref/
out/

# ignore all files with these extensions

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

# emacs temp files

.#*


vgcore.*