aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-12 18:44:18 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-12 18:44:18 +0000
commit94de096a3f8d90c683f9456e7dd698edd6ee39dd (patch)
treed7f7910a666d5bfd347e55ca428f7ad942189a09 /.gitignore
parent1111f138d9cd0bb481e0a6f5d68843a463974d5a (diff)
downloadCompiler-94de096a3f8d90c683f9456e7dd698edd6ee39dd.tar.gz
Compiler-94de096a3f8d90c683f9456e7dd698edd6ee39dd.zip
Continuing parser and introducing expressions and statements
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc61368..56c17e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ c_parser/build/
*.tab.cpp
*.tab.hpp
*.o
+*.output