diff options
author | Haru <haru@dotalux.com> | 2013-10-16 21:28:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-10-16 21:30:26 +0200 |
commit | 37aca712bc0e09af5e17475cf2a7d0faa455c0eb (patch) | |
tree | 828e9b12b0e0a428f46c78ae38945df8e1d256e9 /.gitignore | |
parent | 4a1332099ff348f88f3d2c05512a92d3bc6f9c25 (diff) | |
download | hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.gz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.bz2 hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.xz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.zip |
Visual Studio project corrections
- Corrected duplicate GUIDs in the VS2010/VS2012 projects
- Added gitignore entries for the HPMHooking plugin files
- Special thanks to Takkun for providing the VS2012 updated file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 7 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore index 61a787f16..773005315 100644 --- a/.gitignore +++ b/.gitignore @@ -95,35 +95,10 @@ Thumbs.db /tools/HPMHookGen/Makefile /tools/HPMHookGen/doxyoutput -# /vcproj-12/ -/vcproj-12/map-server -/vcproj-12/char-server -/vcproj-12/login-server -/vcproj-12/char-server_sql -/vcproj-12/login-server_sql -/vcproj-12/mapcache -/vcproj-12/map-server_sql -/vcproj-12/*.user -/vcproj-12/plugin-sample/ - -# /vcproj-10/ -/vcproj-10/map-server -/vcproj-10/char-server -/vcproj-10/login-server -/vcproj-10/char-server_sql -/vcproj-10/login-server_sql -/vcproj-10/mapcache -/vcproj-10/map-server_sql -/vcproj-10/*.user -/vcproj-10/plugin-sample/ - -# /vcproj-9/ -/vcproj-9/*.user -/vcproj-9/char-server -/vcproj-9/login-server -/vcproj-9/map-server -/vcproj-9/char-server_sql -/vcproj-9/login-server_sql -/vcproj-9/map-server_sql -/vcproj-9/mapcache -/vcproj-9/plugin-sample/ +# /vcproj-* +/vcproj-*/*.user +/vcproj-*/char-server +/vcproj-*/login-server +/vcproj-*/map-server +/vcproj-*/mapcache +/vcproj-*/plugin-*/ |