diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-07 15:38:39 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-07 15:38:39 +0200 |
commit | f392d170938263d6fa4823fd2fb57b77747e787c (patch) | |
tree | a5e8a40ff83e9a32e2943e2b6589bd127c2ba82a /.gitignore | |
parent | 41fd7888dc98d596c0e42aa3e049294e8198dd7a (diff) | |
download | mig-f392d170938263d6fa4823fd2fb57b77747e787c.tar.gz mig-f392d170938263d6fa4823fd2fb57b77747e787c.tar.bz2 mig-f392d170938263d6fa4823fd2fb57b77747e787c.zip |
* .gitignore: Tighten some rules.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -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 |