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