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