summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-06 13:12:50 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-06 13:12:50 +0200
commit3f5fd3de61dbca8c4b081acc6ffc36ab59486a2c (patch)
tree7aab91fbf1e6847f673b239ba15cd427e468b98d
parent8c06145f67e2067e49d10f9d4f8d16b383d3d5da (diff)
* .gitignore: Tighten some rules, and distribute others to...
* doc/.gitignore: ... here; * i386/i386/.gitignore: ... here; * tests/.gitignore: ..., and here.
-rw-r--r--.gitignore59
-rw-r--r--doc/.gitignore4
-rw-r--r--i386/i386/.gitignore1
-rw-r--r--tests/.gitignore1
4 files changed, 36 insertions, 29 deletions
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