diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | MCServer/.gitignore | 20 | ||||
-rw-r--r-- | Tools/AnvilStats/.gitignore | 5 | ||||
-rw-r--r-- | VC2008/.gitignore | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 567609b12..bde685901 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ build/ +MCServer/MCServer +ChunkWorxSave.ini +doxy/ +Profiling +SymSrv +cloc-ignored.txt +cloc.xml +cloc.xsl diff --git a/MCServer/.gitignore b/MCServer/.gitignore new file mode 100644 index 000000000..e455b8cdc --- /dev/null +++ b/MCServer/.gitignore @@ -0,0 +1,20 @@ +*.exe +ChunkWorx.ini +ChunkWorxSave.ini +MCServer +banned.ini +logs +players +whitelist.ini +world +API.txt +*.dat +schematics +*.schematic +*.ilk +*.pdb +memdump.xml +*.grab +ProtectionAreas.ini +ProtectionAreas.sqlite +helgrind.log diff --git a/Tools/AnvilStats/.gitignore b/Tools/AnvilStats/.gitignore new file mode 100644 index 000000000..4ed720fed --- /dev/null +++ b/Tools/AnvilStats/.gitignore @@ -0,0 +1,5 @@ +.xls +Statistics.txt +*.bmp +Profiling +*.png diff --git a/VC2008/.gitignore b/VC2008/.gitignore new file mode 100644 index 000000000..3b3be3257 --- /dev/null +++ b/VC2008/.gitignore @@ -0,0 +1,5 @@ +Debug/ +Release/ +*.user +*.ncb +*.suo |