From dac97826f7d0c9b9135c1a08c4d5f16b61494bd1 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 26 Aug 2015 10:58:51 +0200 Subject: Renamed output directory to Server --- Server/.gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Server/.gitignore (limited to 'Server/.gitignore') diff --git a/Server/.gitignore b/Server/.gitignore new file mode 100644 index 000000000..161734f86 --- /dev/null +++ b/Server/.gitignore @@ -0,0 +1,35 @@ +*.exe +*.dll +*.exp +*.lib +*.ini +Cuberite +Cuberite_debug +CommLogs/ +GalExports/ +logs +players +world* +API/ +API.txt +API_wiki.txt +*.dat +schematics +*.schematic +*.ilk +*.pdb +memdump* +*.grab +*.cfg +*.sqlite +helgrind.log +valgrind.log +motd.txt +*.deuser +*.dmp +*.xml +mcserver_api.lua + +# Ignore the webadmin certs / privkey, so that no-one commits theirs by accident: +webadmin/httpscert.crt +webadmin/httpskey.pem -- cgit v1.2.3