aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5c9ec8815916d91b13f87771439486920e669e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ignored folders

./bin/
./c_lexer/build/
./c_parser/build/
./c_compiler/build/
./working/
./test/
./c_compiler/test/ref/
./c_compiler/test/out/

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