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 | |
parent | 4e697869a0fab7f9d9d2a7804ddcc14389c8e620 (diff) |
Rename .hgignore to .gitignore.
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | .hgignore | 13 |
2 files changed, 8 insertions, 13 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* + diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 30ab38718e8..00000000000 --- a/.hgignore +++ /dev/null @@ -1,13 +0,0 @@ -# use glob syntax. -syntax: glob - -build/ -.directory -*.orig -*.rej -*~ -.git/ -*.kdev* - -# use regexp syntax. -syntax: regexp |