diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-29 19:59:03 +0300 |
commit | c78edf7e468691f8e26464496ca27ba25d298872 (patch) | |
tree | 81082209caf77120dcee500a2fa2629830a4b74d | |
parent | b065378e11e3ac78c651563acf1115cc9062f22b (diff) | |
download | hercules-c78edf7e468691f8e26464496ca27ba25d298872.tar.gz hercules-c78edf7e468691f8e26464496ca27ba25d298872.tar.bz2 hercules-c78edf7e468691f8e26464496ca27ba25d298872.tar.xz hercules-c78edf7e468691f8e26464496ca27ba25d298872.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/ |