diff options
author | silinoron <silinoron@encore> | 2010-12-28 13:08:22 -0800 |
---|---|---|
committer | silinoron <silinoron@encore> | 2010-12-28 13:08:22 -0800 |
commit | 2f3496f198e9623d6eeaccaaade7fa5d4df9c38c (patch) | |
tree | 343c7314b00112a71e7e9be3e5ce3268c18ef3d6 /.gitignore | |
parent | 4e697869a0fab7f9d9d2a7804ddcc14389c8e620 (diff) |
Rename .hgignore to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..c22373f683a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build/ +.directory +*.orig +*.rej +*~ +.git/ +*.kdev* + |