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