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

./bin/
./working/
./test/

# ignored all called

build/

# ignore all files with these extensions

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

# emacs temp files

.#*

ref/
out/