summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--src/.gitignore3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 275e405..e4e0594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1stage 1stage
2.build_cache 2.build_cache
3.*.swp 3.*.swp
4*.o
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..721300b
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,3 @@
1parser.tab.c
2parser.tab.h
3parser.yy.c