aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 17:00:28 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-07 17:00:28 +0000
commite5200ef5bfd80e3a961fc314260ba98a6835ad76 (patch)
tree0fc91423403826032b61d424f8f831ffb0411039 /.gitignore
parent76699050049febe4c7eb0199cd0ae9d13fb36b74 (diff)
parent6408d224ea3e93bc60e32e5df3fa080dd83fc081 (diff)
downloadCompiler-e5200ef5bfd80e3a961fc314260ba98a6835ad76.tar.gz
Compiler-e5200ef5bfd80e3a961fc314260ba98a6835ad76.zip
Fixed merge conflicts
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3558c56..cc61368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
bin/
-build/
+c_lexer/build/
+c_parser/build/
+*.yy.cpp
+*.tab.cpp
+*.tab.hpp
+*.o