From faaf53e62dfa95e22601ad867b139e8ebc2aedea Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 25 Nov 2017 19:36:11 -0800 Subject: [PATCH] as31: Add .gitignore file to keep autogenerated files out of git --- as31/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 as31/.gitignore diff --git a/as31/.gitignore b/as31/.gitignore new file mode 100644 index 0000000..0aa87a9 --- /dev/null +++ b/as31/.gitignore @@ -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 -- 2.31.1