diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-06 19:06:01 +0300 |
commit | 3028e488dca678fc705e67c14d4dfe2cca9060dd (patch) | |
tree | 80428fcbebf575ebbfb2fe8be3238577a89e0510 | |
parent | 5d21a0d60744194636d341a94b65e85f4d1e5400 (diff) | |
download | hercules-3028e488dca678fc705e67c14d4dfe2cca9060dd.tar.gz hercules-3028e488dca678fc705e67c14d4dfe2cca9060dd.tar.bz2 hercules-3028e488dca678fc705e67c14d4dfe2cca9060dd.tar.xz hercules-3028e488dca678fc705e67c14d4dfe2cca9060dd.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/ |