diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-18 02:12:18 +0300 |
commit | 746e83feecc780d47ddcb29638e8a0483d812862 (patch) | |
tree | 6d35872e757c19560f64beb267b98878d18a64a0 | |
parent | 69a1c7dfddab6ddf90b2eaced6a68b9c2454170b (diff) | |
download | hercules-746e83feecc780d47ddcb29638e8a0483d812862.tar.gz hercules-746e83feecc780d47ddcb29638e8a0483d812862.tar.bz2 hercules-746e83feecc780d47ddcb29638e8a0483d812862.tar.xz hercules-746e83feecc780d47ddcb29638e8a0483d812862.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 d3c4fe51a..ff6c46a15 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |