diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-11-24 10:24:22 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-11-24 10:24:22 +0000 |
commit | fb2b20037bb176533de4e7fa86701248473f8ee3 (patch) | |
tree | 61deaee57c14ab39b8ca2f33638d99dd165860c1 | |
parent | 3a6b48d334ba118145f9c89bf7ba08b53fda2c76 (diff) |
Ignore config file
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 92831606a..ab1f3004f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ TAGS /vendor/plugins/*theme /locale/model_attributes.rb /files/ -public/download
\ No newline at end of file +public/download +general.yml + |