From: William Hubbs Date: Sat, 25 Jun 2011 18:28:45 +0000 (-0500) Subject: fix ignore patterns X-Git-Tag: CATALYST-2.0.10~3^2~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e482716ddd2bbdcc8a01973a284cdefccbaea124;p=catalyst.git fix ignore patterns 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. --- diff --git a/.gitignore b/.gitignore index 9de57880..539da741 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 00000000..b998e26d --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +subarches.generated.txt +subarches.generated.xml diff --git a/files/.gitignore b/files/.gitignore new file mode 100644 index 00000000..10acc025 --- /dev/null +++ b/files/.gitignore @@ -0,0 +1 @@ +catalyst.1