aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:42:06 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:42:06 +0000
commitc3719d849e6c279bfdec7089c2cbbadae9b1a01f (patch)
tree9a0bb0b51326cfa1b7c68fa7ca90e79e7aa383d7
parent951991b33fbae555a9898c234f55950dfbdb0322 (diff)
downloadCompiler-c3719d849e6c279bfdec7089c2cbbadae9b1a01f.tar.gz
Compiler-c3719d849e6c279bfdec7089c2cbbadae9b1a01f.zip
making .gitignore
-rw-r--r--.gitignore19
-rwxr-xr-xbin/c_compilerbin0 -> 736816 bytes
2 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b382e3d..5c9ec88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,22 @@
-bin/
-c_lexer/build/
-c_parser/build/
-c_compiler/build/
+# ignored folders
+
+./bin/
+./c_lexer/build/
+./c_parser/build/
+./c_compiler/build/
+./working/
+./test/
+./c_compiler/test/ref/
+./c_compiler/test/out/
+
*.yy.cpp
*.tab.cpp
*.tab.hpp
*.o
*.output
-#*
+\#*
.#*
*.log
.vagrant
*~
-working/
-./test/
*.s
diff --git a/bin/c_compiler b/bin/c_compiler
new file mode 100755
index 0000000..6cafd4d
--- /dev/null
+++ b/bin/c_compiler
Binary files differ