diff options
-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 |