summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-22 13:10:02 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-29 07:38:29 -0500
commitb7a88244153030fc1e50be39edc81ce02e021f73 (patch)
tree444bcbeded17643a43b104b426976957a7dbaaec
parent8a2925a69e6fc8627e7e92a9427e1885c3033ae7 (diff)
downloadxorg-lib-libXaw-b7a88244153030fc1e50be39edc81ce02e021f73.tar.gz
.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.
-rw-r--r--include/.gitignore2
-rw-r--r--man/.gitignore3
-rw-r--r--src/.gitignore6
3 files changed, 0 insertions, 11 deletions
diff --git a/include/.gitignore b/include/.gitignore
deleted file mode 100644
index 282522d..0000000
--- a/include/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/man/.gitignore b/man/.gitignore
deleted file mode 100644
index 2d0f344..0000000
--- a/man/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-Makefile.in
-*.3*
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644
index 62535c7..0000000
--- a/src/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-.deps
-.libs
-*.la
-*.lo
-Makefile
-Makefile.in