summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-25 14:10:58 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-25 14:10:58 -0400
commit167c191895d956831f76ece5f2bdbef8cea4ed45 (patch)
tree9373423ae95bfe99d944c3d6a90fc937fd44d28e
parent2d8fa1b7905bbbc37f42f651ed1f881359ac6a09 (diff)
config: move docs ignore from toplevel .gitignore to /doc
Also add missing *.css Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--.gitignore8
-rw-r--r--doc/.gitignore6
2 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 9d31de1..0efb7f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,12 +71,8 @@ core
*.tar.bz2
*.tar.gz
#
-# Add & Override patterns for libXmu
+# Add & Override patterns for libXmu
#
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
-#
-doc/Xmu.txt
-doc/Xmu.html
-doc/Xmu.pdf
-doc/Xmu.ps
+#
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..0765019
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,6 @@
+# Add & Override for this directory and it's subdirectories
+*.txt
+*.html
+*.pdf
+*.ps
+*.css