diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-06 18:53:49 +0300 |
commit | 4dfecec98710b752627f33ccec334c46ef27eb0c (patch) | |
tree | b2816cf89965a29aa05247b09dc7834cbbcfdc22 | |
parent | ac8e8e8b921c1ddc8b1b497ef194204c61b11c2a (diff) | |
download | hercules-4dfecec98710b752627f33ccec334c46ef27eb0c.tar.gz hercules-4dfecec98710b752627f33ccec334c46ef27eb0c.tar.bz2 hercules-4dfecec98710b752627f33ccec334c46ef27eb0c.tar.xz hercules-4dfecec98710b752627f33ccec334c46ef27eb0c.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 1587868fe..b8b385710 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |