diff options
Diffstat (limited to 'MCServer/.gitignore')
-rw-r--r-- | MCServer/.gitignore | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/MCServer/.gitignore b/MCServer/.gitignore deleted file mode 100644 index 6da9aa7c7..000000000 --- a/MCServer/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -*.exe -*.dll -*.exp -*.lib -*.ini -MCServer -MCServer_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 - |