diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-12 22:53:31 +0300 |
commit | 9ef6abc41dc83752f861ca435c805b81d4e40962 (patch) | |
tree | 992e85b254b89b4da737deaf79486411d33f980e | |
parent | d04470726d8c66f37eb549c40b864983d745e874 (diff) | |
download | hercules-9ef6abc41dc83752f861ca435c805b81d4e40962.tar.gz hercules-9ef6abc41dc83752f861ca435c805b81d4e40962.tar.bz2 hercules-9ef6abc41dc83752f861ca435c805b81d4e40962.tar.xz hercules-9ef6abc41dc83752f861ca435c805b81d4e40962.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/ |