diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-10 16:59:24 +0300 |
commit | 67d08ff2c84621111f7348b5198fca98931be5ab (patch) | |
tree | 001c40a882a2f0f80b21e4622e66b786836bbffb | |
parent | adcd58e895cad3e1952583a356209b896192128c (diff) | |
download | hercules-67d08ff2c84621111f7348b5198fca98931be5ab.tar.gz hercules-67d08ff2c84621111f7348b5198fca98931be5ab.tar.bz2 hercules-67d08ff2c84621111f7348b5198fca98931be5ab.tar.xz hercules-67d08ff2c84621111f7348b5198fca98931be5ab.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/ |