summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-07 15:38:39 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-07 15:38:39 +0200
commitf392d170938263d6fa4823fd2fb57b77747e787c (patch)
treea5e8a40ff83e9a32e2943e2b6589bd127c2ba82a
parent41fd7888dc98d596c0e42aa3e049294e8198dd7a (diff)
* .gitignore: Tighten some rules.
-rw-r--r--.gitignore31
1 files changed, 17 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 3d15b10..64826f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,20 @@
-.deps/
+*~
+
*.o
-INSTALL
-Makefile
-Makefile.in
-aclocal.m4
+.deps/
+/cpu.h
+/cpu.symc
+/lexxer.c
+/mig
+/migcom
+/parser.c
+
autom4te.cache/
build-aux/
-config.log
-config.status
-configure
-lexxer.c
-parser.c
-cpu.h
-cpu.symc
-mig
-migcom
+/INSTALL
+/Makefile
+/Makefile.in
+/aclocal.m4
+/config.log
+/config.status
+/configure