as31: Add .gitignore file to keep autogenerated files out of git
authorJason Self <j@jxself.org>
Sun, 26 Nov 2017 03:36:11 +0000 (19:36 -0800)
committerJason Self <j@jxself.org>
Sun, 26 Nov 2017 03:36:11 +0000 (19:36 -0800)
as31/.gitignore [new file with mode: 0644]

diff --git a/as31/.gitignore b/as31/.gitignore
new file mode 100644 (file)
index 0000000..0aa87a9
--- /dev/null
@@ -0,0 +1,11 @@
+Makefile
+as31/Makefile
+as31/as31
+as31/as31.o
+as31/emitter.o
+as31/lexer.o
+as31/parser.o
+as31/run.o
+as31/symbol.o
+config.log
+config.status
\ No newline at end of file