fix ignore patterns
authorWilliam Hubbs <w.d.hubbs@gmail.com>
Sat, 25 Jun 2011 18:28:45 +0000 (13:28 -0500)
committerWilliam Hubbs <w.d.hubbs@gmail.com>
Sat, 25 Jun 2011 19:53:18 +0000 (14:53 -0500)
The top level .gitignore file should contain things you want ignored
through the entire tree. Specific files you want ignored should go in
.gitignore files in their respective directories unless they appear more
than once in the tree.

.gitignore
doc/.gitignore [new file with mode: 0644]
files/.gitignore [new file with mode: 0644]

index 9de578808cfdbb9e1852a1b42bb0d51697eff8fd..539da7411f1d5a03e01b75c76fb3a76d16fbdc2f 100644 (file)
@@ -1,4 +1 @@
 *.py[co]
-/files/catalyst.1
-/doc/subarches.generated.txt
-/doc/subarches.generated.xml
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..b998e26
--- /dev/null
@@ -0,0 +1,2 @@
+subarches.generated.txt
+subarches.generated.xml
diff --git a/files/.gitignore b/files/.gitignore
new file mode 100644 (file)
index 0000000..10acc02
--- /dev/null
@@ -0,0 +1 @@
+catalyst.1