diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-10 01:19:10 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-10 01:19:10 +0100 |
commit | 4423c735ada30c29b71a6f63a2fd886f175a223f (patch) | |
tree | be0b2dbfc051f696cc664ca42a158d1510a97c8e | |
parent | c3d4255d5e78eedda28d96a8ac8aa43c401dd8ea (diff) |
Add config.tmp to .gitignore, to avoid problems with the mySociety deployment scripts.
-rw-r--r-- | config/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/.gitignore b/config/.gitignore index 541e7c4a5..b2ceae33c 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,3 +1,4 @@ +/config.tmp /general /general.deployed /database.yml |