summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17Added Apple Xcode project filesHaru1-0/+5
Signed-off-by: Haru <haru@dotalux.com>
2013-10-16Visual Studio project correctionsHaru1-32/+7
- 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
2013-10-09Added HPMHookGen tool, to re-generate hooks include filesHaru1-0/+2
- Slightly reformatted the include files (as produced by the new tool) - You normally won't need to use the generation tool, but in case you do, the software requirements are: * A Unix-compatible system (cygwin may work, or may not), capable to use the Hercules configure/make build system * perl (the perl executable must be in your $PATH) * doxygen (the command-line doxygen executable must be in your $PATH) - The generation tool was developed in collaboration with Ind (originally in php, the file here included is a tweaked version ported to perl) Signed-off-by: Haru <haru@dotalux.com>
2013-07-21Changed CC to a Makefile variableHaru1-0/+4
- This allows the user to override the compiler at each make invocation (i.e. to run scripts to generate .clang_complete for https://github.com/Rip-Rip/clang_complete ) - Updated .gitignore with a few platform-dependent entries Signed-off-by: Haru <haru@dotalux.com>
2013-07-14Added autom4te.cache (autoconf) folder to .gitignoreHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2013-07-12Added cache folder to .gitignore.Piotr Hałaczkiewicz1-0/+3
Follow-up to 0118a097c9626b3f8342dd29897392f3da4c1187
2013-07-05Follow up to da064c030d. Thanks Angelmelody!Matheus Macabu1-6/+0
Few changes in .gitignore Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-08Updating .gitignoreshennetsind1-0/+6
Signed-off-by: shennetsind <ind@henn.et>
2013-05-10* Implemented suggestion in topic:528, related to GMs being able to warp to ↵Matheus Macabu1-0/+7
non-walkable cells; also added configuration. * Few changes to gitignore and gitattributes. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-02Follow-up to HPM.Matheus Macabu1-0/+3
* Fixed small warning * Added support for Visual Studio 2010. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-02-16Dropped _sql suffix in server names.shennetsind1-4/+16
Updated .gitignore to reflect this change, also renamed some other stuff to make their functionality clearer. Signed-off-by: shennetsind <ind@henn.et>
2013-02-04Some changes to .gitignore;Matheus Macabu1-42/+7
Merged r15231 and r15232 from eAthena. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-01-25Updating .gitignoreshennetsind1-1/+2
Made .DS_Store be ignored in all directories instead of only in root Signed-off-by: shennetsind <ind@henn.et>
2013-01-21Updated .gitignoreshennetsind1-0/+2
The *.o files for libconfig were missing, and added /.DS_Store to ignore list (OSX mds cache storage) Signed-off-by: shennetsind <ind@henn.et>
2013-01-10Add .gitignore file specifying lists of files to ignore from repositoryTrojal1-0/+129
(exe, compile objects, custom files, etc) -- generated from list of svnignore files.