diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-25 18:36:21 +0300 |
commit | c21df38cf3e470a4638b40fedb196a4b626864d9 (patch) | |
tree | 71e8bc276a48391297d92460ddb58f2babdd2eb0 | |
parent | 6c815624b288f74b322029fdc235efc2e0622528 (diff) | |
download | hercules-c21df38cf3e470a4638b40fedb196a4b626864d9.tar.gz hercules-c21df38cf3e470a4638b40fedb196a4b626864d9.tar.bz2 hercules-c21df38cf3e470a4638b40fedb196a4b626864d9.tar.xz hercules-c21df38cf3e470a4638b40fedb196a4b626864d9.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 c48554520..4d3d5d8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Thumbs.db /Makefile.cache /map-server /mapcache +/configure # /plugins -- everything /plugins/ |