diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-11 16:35:36 +0300 |
commit | 2a3729dbd0f35dcaa96c9f72640f29bc7a6f8f10 (patch) | |
tree | 4be52e6ef09513ef5c90efee8d64315c84ff5661 | |
parent | 31b87b5bcf9832e973e70cc431893fc8e641900d (diff) | |
download | hercules-2a3729dbd0f35dcaa96c9f72640f29bc7a6f8f10.tar.gz hercules-2a3729dbd0f35dcaa96c9f72640f29bc7a6f8f10.tar.bz2 hercules-2a3729dbd0f35dcaa96c9f72640f29bc7a6f8f10.tar.xz hercules-2a3729dbd0f35dcaa96c9f72640f29bc7a6f8f10.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 4ee9469de..d5e5d01da 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |