From 4fd8605292125d95d1eb58fec1b7daff2f35ec26 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 22 Oct 2009 13:11:11 -0400 Subject: .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. --- man/.gitignore | 2 -- src/.gitignore | 6 ------ 2 files changed, 8 deletions(-) delete mode 100644 man/.gitignore delete mode 100644 src/.gitignore diff --git a/man/.gitignore b/man/.gitignore deleted file mode 100644 index 282522d..0000000 --- a/man/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 7e21822..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.deps -libdmx.la -.libs -*.lo -Makefile -Makefile.in -- cgit v1.2.1