summaryrefslogtreecommitdiffstats
path: root/MCServer/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-25Ignoring the Comm Logs.madmaxoft1-0/+1
2013-12-08Ignoring Gallery plugin settings.madmaxoft1-0/+3
2013-12-02The server builds and uses Lua as DLL in Debug mode.madmaxoft1-0/+4
This is a test to see how LuaRocks will interact. Only debug mode on Windows is affected, all other platforms and modes are unchanged.
2013-10-21Ignoring a few generated files.madmaxoft1-0/+1
2013-09-22Added a simple valgrind script for easier testing.madmaxoft1-0/+1
2013-09-10DumpAPI: Basic HTML output for classesmadmaxoft1-0/+1
2013-09-09APIDump now produces wiki-style tables of functions and constants.madmaxoft1-0/+2
Part of #116.
2013-08-21Ignoring all memdump files.madmaxoft1-1/+1
2013-08-04Ignoring all .ini files in the MCServer folder.madmaxoft1-7/+1
Only the .example.ini files are supposed to be in the repository and they must be added specifically by name (git add -f <filename>). All the other .ini files are considered instance-specific and are not to be put into the repo.
2013-07-30Fixed .gitignore up.Alexander Harkness1-1/+2
2013-07-29Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft1-0/+2
2013-07-28Ignoring all items beginning with "world".madmaxoft1-1/+1
This is so that multiple worlds can exists without having to ignore each of them - simply name each worldSomething
2013-07-28Added a .gitignore for the MCServer directory.Alexander Harkness1-0/+20