.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:00:22 -04:00
parent ef2dce894e
commit 04006fde06
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