summaryrefslogtreecommitdiffstats
path: root/Server/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-04Removed binary ToLua++ from build.Mattes D1-0/+1
A local Lua executable is used instead.
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D1-0/+1
Also fixed a bit of documentation in the CPP source.
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-0/+1
Also upgraded the user setting file for MSVC to 2013.
2015-09-07Added gallery web previews to ignore list.Mattes D1-0/+2
2015-09-05Renamed output directory to ServerMattes D1-3/+2
2014-05-01Implemented SSL connection for WebAdmin.madmaxoft1-0/+4
Fixes FS-319.
2014-04-06Added the generated ZBS API file to ignore list.madmaxoft1-0/+2
2014-03-25Ignoring the default GalExports folder.madmaxoft1-0/+1
2014-03-14Ignoring all config and SQLite files in the output folder.madmaxoft1-4/+2
2014-02-16Added files for eclipse and debug, fix a mistakeMuhammadWang1-0/+1
src/Bindings/BindingsDependecies.txt is a mistake made in 45bc1ff033271bc0c6a9e5931a00c554e065c375
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