diff options
author | shennetsind <ind@henn.et> | 2013-06-08 18:13:50 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:43:39 -0400 |
commit | 49b301ad0c55cb222b751402846fe2f9c5bd82d9 (patch) | |
tree | 34384c6af81d160e14488879270122e0e88a0828 | |
parent | 6f77eb8e69c475ac35f9ca4264eb417da6b60e55 (diff) | |
download | hercules-49b301ad0c55cb222b751402846fe2f9c5bd82d9.tar.gz hercules-49b301ad0c55cb222b751402846fe2f9c5bd82d9.tar.bz2 hercules-49b301ad0c55cb222b751402846fe2f9c5bd82d9.tar.xz hercules-49b301ad0c55cb222b751402846fe2f9c5bd82d9.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 |