diff options
Diffstat (limited to 'Server/.gitignore')
-rw-r--r-- | Server/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
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 |