summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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