diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 14:38:51 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 14:38:51 +0000 |
commit | 1c2e0263cdad3f409da36c55841efd0e3e19ddba (patch) | |
tree | ab3be485f341a4991abb4d8888cc3c7503e56066 /.gitignore | |
parent | 094bcd5f33cdc3122298929c258254234a6cdbb7 (diff) |
Ignore editor temporary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f9fe6ea90..075ec4000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /cities_bin -/private_locale
\ No newline at end of file +/private_locale +._* + |