diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-14 18:38:25 +0300 |
commit | aca67585bb4aeccad50d842cd0c349917cdf5b05 (patch) | |
tree | 463a6909817a6ab3137e673e18836b8a98f3c21e | |
parent | cd5441377692aae02a249cec1be49f6a2734b2db (diff) | |
download | hercules-aca67585bb4aeccad50d842cd0c349917cdf5b05.tar.gz hercules-aca67585bb4aeccad50d842cd0c349917cdf5b05.tar.bz2 hercules-aca67585bb4aeccad50d842cd0c349917cdf5b05.tar.xz hercules-aca67585bb4aeccad50d842cd0c349917cdf5b05.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/ |