diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2011-06-25 13:28:45 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2011-06-25 14:53:18 -0500 |
commit | f0d4cca11d01c96dab41ad58a15f067efe4d7084 (patch) | |
tree | 902460856704c06991e677f9e57963076d4e5a98 /files/.gitignore | |
parent | Add "-news" to FEATURES everywhere (diff) | |
download | catalyst-f0d4cca11d01c96dab41ad58a15f067efe4d7084.tar.gz catalyst-f0d4cca11d01c96dab41ad58a15f067efe4d7084.tar.bz2 catalyst-f0d4cca11d01c96dab41ad58a15f067efe4d7084.zip |
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.
Diffstat (limited to 'files/.gitignore')
-rw-r--r-- | files/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |