diff options
Diffstat (limited to 'MCServer/.gitignore')
-rw-r--r-- | MCServer/.gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/MCServer/.gitignore b/MCServer/.gitignore index c18dd7a67..32a634a03 100644 --- a/MCServer/.gitignore +++ b/MCServer/.gitignore @@ -4,6 +4,9 @@ *.lib *.ini MCServer +MCServer_debug +CommLogs/ +GalExports/ logs players world* @@ -17,13 +20,13 @@ schematics *.pdb memdump* *.grab -Galleries.cfg -Galleries.example.cfg -Galleries.sqlite -ProtectionAreas.sqlite +*.cfg +*.sqlite helgrind.log valgrind.log motd.txt *.deuser *.dmp *.xml +mcserver_api.lua + |