From: Jason Self Date: Sun, 26 Nov 2017 03:36:11 +0000 (-0800) Subject: as31: Add .gitignore file to keep autogenerated files out of git X-Git-Tag: v1.1~24 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=faaf53e62dfa95e22601ad867b139e8ebc2aedea as31: Add .gitignore file to keep autogenerated files out of git --- 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