aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 422a9e21fab5c60cfde7595c3b45fbdfe2546fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin/
c_lexer/build/
c_parser/build/
c_compiler/build/
*.yy.cpp
*.tab.cpp
*.tab.hpp
*.o
*.output
#*
.#*
*.log
.vagrant
*~
working/
./test/