From 7273b4bbb9ccfad862ccc0b6ff51518b6d8c2cc9 Mon Sep 17 00:00:00 2001 From: zcaliptium Date: Sat, 12 Mar 2016 22:46:30 +0300 Subject: [PATCH] Updaaaaaaaaaate .gitignore! Argh! The description was stolen! --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 511d69e..35413f2 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,20 @@ *.sbr *.sdf *.suo -*.tlog \ No newline at end of file +*.tlog + +# Engine Generated Stuff +Sources/Engine/Classes/*.h +Sources/Engine/Classes/*.cpp + +# EntitiesMP Generated Stuff +Sources/EntitiesMP/*.cpp +Sources/EntitiesMP/*.h +!Sources/EntitiesMP/Common/* +!Sources/EntitiesMP/StdH/* + +# Game Generated Stuff +Data/*.bin +Data/*.gms +Players/* +Temp/ConsoleHistory.txt \ No newline at end of file