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:46:12 +0300 |
commit | 361ac2271e83c09515ba83a23fa28f468db1fa3e (patch) | |
tree | c012b1e1ebd92ff6d24b728fc2c83b294ac4e127 | |
parent | fec9852a8ed0d33ddeade19f566b8114b93b8f16 (diff) | |
download | hercules-361ac2271e83c09515ba83a23fa28f468db1fa3e.tar.gz hercules-361ac2271e83c09515ba83a23fa28f468db1fa3e.tar.bz2 hercules-361ac2271e83c09515ba83a23fa28f468db1fa3e.tar.xz hercules-361ac2271e83c09515ba83a23fa28f468db1fa3e.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/ |