mirror of
https://github.com/libretro/libretro-wolfenstein3d.git
synced 2024-11-23 16:39:41 +00:00
bec8254459
Added more visualstudio cruft to the .gitignore Removed suo and vcxproj.user files, shouldn't be in repos dsp and dsw files were from vc++ circa 1998 original sln and vcproj were from vs circa 2005 dev file was from an out of date version of Dev-C++ VC9.vcproj wasn't being used, other than conversion to vcxproj moved sdl_winmain to windows folder, which was renamed win32, and removed windows specific files from macosx project, all to mimic what's already being done in /macosx (i.e. should be for os specific files, not just ide-specific projects)
12 lines
107 B
Plaintext
12 lines
107 B
Plaintext
*/DerivedData/*
|
|
.DS_Store
|
|
xcuserdata
|
|
|
|
#visual studio files
|
|
*.sdf
|
|
*.suo
|
|
*.vcxproj.user
|
|
Debug
|
|
Release
|
|
Backup
|