diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-15 21:35:33 +0300 |
commit | b5bbf9565f3eb7775aab0c2c4c8483947d8425be (patch) | |
tree | e0c305a760e2abed919a3fc95b3a2e6ddefa65c2 | |
parent | 173c268fba423f5254d736db97f2ea5bc332ae68 (diff) | |
download | hercules-b5bbf9565f3eb7775aab0c2c4c8483947d8425be.tar.gz hercules-b5bbf9565f3eb7775aab0c2c4c8483947d8425be.tar.bz2 hercules-b5bbf9565f3eb7775aab0c2c4c8483947d8425be.tar.xz hercules-b5bbf9565f3eb7775aab0c2c4c8483947d8425be.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 c48554520..4d3d5d8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |