diff options
author | David Cabo <david@calibea.com> | 2011-08-16 01:46:16 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-16 01:46:16 +0200 |
commit | 19b54415ca0f2177aa1786a7deba5b4a5f1ce1df (patch) | |
tree | e9d467abc6701c710ae23ac1fb2dd726568cce79 | |
parent | c775e74d5bdb45043b7d1ac6e6f330a33c5f05e2 (diff) |
Ignore autotest config file at project root
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e8317395f..cef86879d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,11 @@ *~ ._* .DS_Store +.autotest /db/test_structure.sql moo.txt *#*# TAGS /vendor/plugins/*theme /locale/model_attributes.rb -/files/
\ No newline at end of file +/files/ |