diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-06-15 10:29:46 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-06-15 10:29:46 +0200 |
commit | c90c49da3844f93d2d29070b15bb7def72b98b0f (patch) | |
tree | b23f03f9f03305b68e314c59c4179e8efe78a8bf | |
parent | b7a3e4c9b33f72ae447f99c0c765f24fce988142 (diff) |
Collapse .gitignore files into single toplevel file, sorted with LC_ALL=C.
Suggested by Keith Packard.
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | man/.gitignore | 8 | ||||
-rw-r--r-- | src/.gitignore | 6 |
3 files changed, 10 insertions, 16 deletions
@@ -1,8 +1,12 @@ -Makefile -Makefile.in *.la *.lo +.deps +.libs +Makefile +Makefile.in aclocal.m4 +ati.4 +ati.4x autom4te.cache compile config.guess @@ -18,4 +22,8 @@ install-sh libtool ltmain.sh missing +r128.4 +r128.4x +radeon.4 +radeon.4x stamp-h1 diff --git a/man/.gitignore b/man/.gitignore deleted file mode 100644 index 88a914c..0000000 --- a/man/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -Makefile -Makefile.in -ati.4 -ati.4x -r128.4 -r128.4x -radeon.4 -radeon.4x diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 9730646..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -*.la -*.lo |