summaryrefslogtreecommitdiffstats
path: root/Server/.gitignore
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-08-26 10:58:51 +0200
committerMattes D <github@xoft.cz>2015-09-05 22:01:21 +0200
commitdac97826f7d0c9b9135c1a08c4d5f16b61494bd1 (patch)
treeec17a9703fe734956e4f151cb5306befc4fd7571 /Server/.gitignore
parentMerge pull request #2459 from cuberite/fixes (diff)
downloadcuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar.gz
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar.bz2
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar.lz
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar.xz
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.tar.zst
cuberite-dac97826f7d0c9b9135c1a08c4d5f16b61494bd1.zip
Diffstat (limited to 'Server/.gitignore')
-rw-r--r--Server/.gitignore35
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