diff options
author | silinoron <silinoron@encore> | 2010-12-28 13:09:35 -0800 |
---|---|---|
committer | silinoron <silinoron@encore> | 2010-12-28 13:09:35 -0800 |
commit | c836137521f19b5c09ee6202e2a8f817c33777f8 (patch) | |
tree | 5ea0618cf584bee8300e33ca82af17b7b7e789cf /.gitignore | |
parent | 2f3496f198e9623d6eeaccaaade7fa5d4df9c38c (diff) |
Don't ignore the .git folder; but do ignore .hg.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c22373f683a..3e276ecb425 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ build/ *.orig *.rej *~ -.git/ +.hg/ *.kdev* |