diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-26 21:14:21 +0300 |
commit | 90c6f943ae5d55a3a06373d01fbc98c8c1974e25 (patch) | |
tree | 768a7a3543ec752338f15d0e7016f9ac65e68e0b | |
parent | 095d324a03b5e9a000ff512236075891d95ebc79 (diff) | |
download | hercules-90c6f943ae5d55a3a06373d01fbc98c8c1974e25.tar.gz hercules-90c6f943ae5d55a3a06373d01fbc98c8c1974e25.tar.bz2 hercules-90c6f943ae5d55a3a06373d01fbc98c8c1974e25.tar.xz hercules-90c6f943ae5d55a3a06373d01fbc98c8c1974e25.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/ |