diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:56:22 +0300 |
commit | 0f1611fbecf5b3bce7a0d1f395028eecaf6d9318 (patch) | |
tree | 8f4e01bf82fd0df70e8b6adcf1079d77bc877fc1 | |
parent | 164e9e7699f9f32ee7b28e6d770c313164baabaf (diff) | |
download | hercules-0f1611fbecf5b3bce7a0d1f395028eecaf6d9318.tar.gz hercules-0f1611fbecf5b3bce7a0d1f395028eecaf6d9318.tar.bz2 hercules-0f1611fbecf5b3bce7a0d1f395028eecaf6d9318.tar.xz hercules-0f1611fbecf5b3bce7a0d1f395028eecaf6d9318.zip |
Add configure into ignore list.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1587868fe..b8b385710 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |