diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-11 20:29:23 +0300 |
commit | 831ff44bd9dda1504dd3c309625f8e406082982c (patch) | |
tree | 06144bd999b4c99019586dac02fe8c0a72b681d2 | |
parent | 210e76580baf209fda3cc04fc2b5124c27430470 (diff) | |
download | hercules-831ff44bd9dda1504dd3c309625f8e406082982c.tar.gz hercules-831ff44bd9dda1504dd3c309625f8e406082982c.tar.bz2 hercules-831ff44bd9dda1504dd3c309625f8e406082982c.tar.xz hercules-831ff44bd9dda1504dd3c309625f8e406082982c.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 8957156d3..83d80f647 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |