diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 12:29:10 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 12:29:10 -0500 |
commit | 42e3c928dd4784813528826fd31e16cce60c0b34 (patch) | |
tree | be546ea937ee6265f2be6bb007fb1410705cfb21 | |
parent | c87a0c3f58d12f778fbb3e762d058aa28c382ef0 (diff) |
ignore .#* files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5a3e0212..f2e96d3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ dataobject.ini *.bak *.orig *.rej +.#* |