ref: a61c29a8c9781b8955477b9d4e3ee203a8a7fcf2
parent: a9d83a2d095494a26f58512fa1c236a2909d2b3d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 5 09:56:24 EDT 2019
Clean-out .gitignore of MSVC2003 stuff
--- a/.gitignore
+++ b/.gitignore
@@ -7,21 +7,5 @@
# Exclude build output directory
/game
-Exclude devilution-comparer assembly output
-msvc2003/devilution/orig.asm
-msvc2003/devilution/compare.asm
-
Exclude the (recommended) CMake build directory
build/*
-
-# Exclude MSVC IntelliSense database
-msvc2003/CSE2.ncb
-
-# Exclude MSVC Solution User Options file
-msvc2003/CSE2.suo
-
-# Exclude MSVC build folders
-msvc2003/Debug
-msvc2003/Release
-msvc2003/Debug (Japanese)
-msvc2003/Release (Japanese)
--
⑨