diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 13:48:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-14 00:57:17 +0300 |
commit | b371b6e763810d961d6aea7cb7a43e4509a2f18c (patch) | |
tree | 695fd55aef5f1f4db909a0b6b2fbe33199cd0243 | |
parent | 31390e313626f9beadf0d4e395b6988d6b7b2268 (diff) | |
download | hercules-b371b6e763810d961d6aea7cb7a43e4509a2f18c.tar.gz hercules-b371b6e763810d961d6aea7cb7a43e4509a2f18c.tar.bz2 hercules-b371b6e763810d961d6aea7cb7a43e4509a2f18c.tar.xz hercules-b371b6e763810d961d6aea7cb7a43e4509a2f18c.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/ |