diff options
author | shennetsind <ind@henn.et> | 2013-06-08 18:13:50 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-08 18:13:50 -0300 |
commit | b87411a3ea1c241d1cd42d240e07f37c33356baa (patch) | |
tree | 7876a62e359505369c93b6b1ce1fce4c5bd9fa4d | |
parent | 4c31ec091c3dcef916c90b6416976ea701671e90 (diff) | |
download | hercules-b87411a3ea1c241d1cd42d240e07f37c33356baa.tar.gz hercules-b87411a3ea1c241d1cd42d240e07f37c33356baa.tar.bz2 hercules-b87411a3ea1c241d1cd42d240e07f37c33356baa.tar.xz hercules-b87411a3ea1c241d1cd42d240e07f37c33356baa.zip |
Updating .gitignore
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c8a1e416e..3671563e0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,9 @@ /map-server /mapcache +# /plugins -- everything +/plugins/ + #OSX Xcode project user-sensitive-stuff /Hercules @@ -74,6 +77,9 @@ /src/tool/Makefile /src/tool/obj_all +# /src/plugins/ +/src/plugins/Makefile + # /tools/ /tools/convert /tools/adduser |