Move most exclude file patterns into top-level .gitignore, and remove the other .gitignore files.

This commit is contained in:
Steve Chaplin 2010-09-14 17:51:47 +08:00 committed by Christoph Reiter
parent cbbe32723d
commit 1f57ab5bf0
8 changed files with 14 additions and 30 deletions

14
.gitignore vendored
View File

@ -1,5 +1,4 @@
#
#
# top-level .gitignore
*~
.*.sw?
.deps
@ -11,8 +10,17 @@
*.lo
*.orig
*.rej
*.pyc
*.pyo
# image files
*.pdf
*.png
*.ps
*.svg
*-uninstalled.pc
#
aclocal.m4
autom4te.cache
autoscan.log

View File

@ -1,10 +1,10 @@
Original Author
---------------
James Henstridge <james@daa.com.au>
James Henstridge
Maintainer
----------
Steve Chaplin <stevech1097 # yahoo.com.au>
Steve Chaplin
Contributors
------------

7
examples/.gitignore vendored
View File

@ -1,7 +0,0 @@
Makefile
Makefile.in
*.pdf
*.pyc
*.pyo
*.png
*.ps

View File

@ -0,0 +1 @@
!romedalen.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -1,5 +0,0 @@
*.pdf
*.png
*.ps
*.pyc
*.svg

8
src/.gitignore vendored
View File

@ -1,8 +0,0 @@
.deps
.libs
Makefile
Makefile.in
*.la
*.lo
*.pyc
*.pyo

5
test/.gitignore vendored
View File

@ -1,5 +0,0 @@
Makefile
Makefile.in
*.png
*.pyc
*.pyo