diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-06 22:58:14 +0300 |
commit | 7f2ae8854c57e59f90c8ab7b06ad9757a4ed4968 (patch) | |
tree | b66132fb04cc6992e7fb8c213bf20dfc1f5d09de | |
parent | 93aa4c6c5bdb66bb0e7bacb659f0188bf8fced4a (diff) | |
download | hercules-7f2ae8854c57e59f90c8ab7b06ad9757a4ed4968.tar.gz hercules-7f2ae8854c57e59f90c8ab7b06ad9757a4ed4968.tar.bz2 hercules-7f2ae8854c57e59f90c8ab7b06ad9757a4ed4968.tar.xz hercules-7f2ae8854c57e59f90c8ab7b06ad9757a4ed4968.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/ |