.gitignore: use common defaults with custom section # 24239

Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
This commit is contained in:
Gaetan Nadon
2009-10-22 13:04:38 -04:00
parent 4165654f00
commit acf752ffe4
2 changed files with 0 additions and 8 deletions

2
man/.gitignore vendored
View File

@@ -1,2 +0,0 @@
Makefile
Makefile.in

6
src/.gitignore vendored
View File

@@ -1,6 +0,0 @@
.deps
.libs
Makefile
Makefile.in
*.la
*.lo