diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-10 21:13:10 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-10 21:13:10 -0300 |
commit | 52a58b5a82cea7210efffc88f14706973bb1dfa3 (patch) | |
tree | 093619b18b8288cbd419b8e1258b7b70f0bd4e01 /.gitignore | |
parent | fa24fdb97db2aca73d94bb584835e9e864c8d085 (diff) | |
download | hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.gz hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.bz2 hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.xz hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.zip |
* Implemented suggestion in topic:528, related to GMs being able to warp to non-walkable cells; also added configuration.
* Few changes to gitignore and gitattributes.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 480ac1fa3..c8a1e416e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ /*.sdf /*.stackdump /*.suo +/*.exp +/*.lib +/start-log.txt /char-server /config.log /config.status @@ -78,6 +81,10 @@ /tools/*.ilk /tools/*.pdb +# /plugins/ +/plugins/*.dll +/plugins/*.pdb + # /vcproj-12/ /vcproj-12/map-server /vcproj-12/char-server |