projects
/
librecmc
/
linux-libre-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7953114
)
as31: Add .gitignore file to keep autogenerated files out of git
author
Jason Self
<j@jxself.org>
Sun, 26 Nov 2017 03:36:11 +0000
(19:36 -0800)
committer
Jason Self
<j@jxself.org>
Sun, 26 Nov 2017 03:36:11 +0000
(19:36 -0800)
as31/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/as31/.gitignore
b/as31/.gitignore
new file mode 100644
(file)
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