diff options
-rw-r--r-- | .gitignore | 59 | ||||
-rw-r--r-- | doc/.gitignore | 4 | ||||
-rw-r--r-- | i386/i386/.gitignore | 1 | ||||
-rw-r--r-- | tests/.gitignore | 1 |
4 files changed, 36 insertions, 29 deletions
@@ -1,38 +1,39 @@ -.deps +*~ + +.deps/ .dirstamp -.Tpo *.o *.a -*.defs.* +/gnumach +/gnumach-undef +/gnumach-undef-bad +/gnumach.msgids + +# Makerules.am +*.gz +*.stripped + +# Makerules.mig.am *.user.* *.server.* -*.info -*.info-* + autom4te.cache/ build-aux/ -mach/ -INSTALL -Makefile -Makefile.in -aclocal.m4 -config.h* -config.log -config.status -config.status.orig -configure -gnumach -gnumach-undef -gnumach-undef-bad -gnumach.msgids -stamp-h1 -stamp-vti -version.c -version.texi - -i386/i386/i386asm.h -tests/test-mbchk +/INSTALL +/Makefile +/Makefile.in +/aclocal.m4 +/config.h +/config.h.in +/config.log +/config.status +/config.status.orig +/configure +/stamp-h1 +/version.c # Ignore arch symlinks -machine -linux/src/include/asm -linux/dev/include/asm +/machine +/mach/machine +/linux/src/include/asm +/linux/dev/include/asm diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..829355b --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +/*.info +/*.info-* +/stamp-vti +/version.texi diff --git a/i386/i386/.gitignore b/i386/i386/.gitignore new file mode 100644 index 0000000..4520a2a --- /dev/null +++ b/i386/i386/.gitignore @@ -0,0 +1 @@ +/i386asm.h diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..6e86af1 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +/test-mbchk |