From 3f5fd3de61dbca8c4b081acc6ffc36ab59486a2c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 6 Sep 2011 13:12:50 +0200 Subject: * .gitignore: Tighten some rules, and distribute others to... * doc/.gitignore: ... here; * i386/i386/.gitignore: ... here; * tests/.gitignore: ..., and here. --- .gitignore | 59 ++++++++++++++++++++++++++-------------------------- doc/.gitignore | 4 ++++ i386/i386/.gitignore | 1 + tests/.gitignore | 1 + 4 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 doc/.gitignore create mode 100644 i386/i386/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index fe5d53a0..4488bc2d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 00000000..829355ba --- /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 00000000..4520a2a1 --- /dev/null +++ b/i386/i386/.gitignore @@ -0,0 +1 @@ +/i386asm.h diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..6e86af1f --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +/test-mbchk -- cgit v1.2.3