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