aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: aae6581dc0eead5e98bbd4aa64c104091d1df1ff (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
# 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

.#*