From b522a9b2621e0e585446065412785b8145e21b49 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 4 Aug 2013 16:05:45 +0200 Subject: Ignoring all .ini files in the MCServer folder. Only the .example.ini files are supposed to be in the repository and they must be added specifically by name (git add -f ). All the other .ini files are considered instance-specific and are not to be put into the repo. --- MCServer/.gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/MCServer/.gitignore b/MCServer/.gitignore index 62225e137..ca10d90e8 100644 --- a/MCServer/.gitignore +++ b/MCServer/.gitignore @@ -1,11 +1,8 @@ *.exe -ChunkWorx.ini -ChunkWorxSave.ini +*.ini MCServer -banned.ini logs players -whitelist.ini world* API.txt *.dat @@ -15,9 +12,6 @@ schematics *.pdb memdump.xml *.grab -ProtectionAreas.ini ProtectionAreas.sqlite helgrind.log -settings.ini -webadmin.ini motd.txt -- cgit v1.2.3