diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-29 15:03:08 +0000 |
commit | 159b9855adae3371273211139f9e38d1264b2fc3 (patch) | |
tree | ef1ea2df69fb2ae5c10f614a456eb9efc43a2e38 | |
parent | f708a25765ea3ffd3cce3f13214de48a8a42685f (diff) | |
download | hercules-159b9855adae3371273211139f9e38d1264b2fc3.tar.gz hercules-159b9855adae3371273211139f9e38d1264b2fc3.tar.bz2 hercules-159b9855adae3371273211139f9e38d1264b2fc3.tar.xz hercules-159b9855adae3371273211139f9e38d1264b2fc3.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 7b66af6d5..4d7b1cdeb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |