mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 03:01:49 +01:00
Update .gitignore
This commit is contained in:
parent
079de98de3
commit
8618ed66f4
1 changed files with 9 additions and 4 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -330,9 +330,9 @@ node_modules/
|
||||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
||||||
*.vbp
|
*.vbp
|
||||||
|
|
||||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
## # Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
||||||
*.dsw
|
## *.dsw
|
||||||
*.dsp
|
## *.dsp
|
||||||
|
|
||||||
# Visual Studio 6 technical files
|
# Visual Studio 6 technical files
|
||||||
*.ncb
|
*.ncb
|
||||||
|
@ -463,6 +463,7 @@ Xbox-Release/
|
||||||
!**/COPYING.LIB
|
!**/COPYING.LIB
|
||||||
!**/ENCVAG.DLL
|
!**/ENCVAG.DLL
|
||||||
!**/ENCVAG.LIB
|
!**/ENCVAG.LIB
|
||||||
|
!**/Mp3dec.asi
|
||||||
!**/Mss32.dll
|
!**/Mss32.dll
|
||||||
!**/XT4100Libd.dll
|
!**/XT4100Libd.dll
|
||||||
!**/dsptool.dll
|
!**/dsptool.dll
|
||||||
|
@ -477,11 +478,15 @@ Xbox-Release/
|
||||||
!xCore/3rdParty/DirectX9/*.lib
|
!xCore/3rdParty/DirectX9/*.lib
|
||||||
!xCore/3rdParty/Miles6/Examples/Win/*.dll
|
!xCore/3rdParty/Miles6/Examples/Win/*.dll
|
||||||
!xCore/3rdParty/Miles6/Examples/Win/*.exe
|
!xCore/3rdParty/Miles6/Examples/Win/*.exe
|
||||||
|
!xCore/3rdParty/Miles6/Examples/Win/*.m3d
|
||||||
!xCore/3rdParty/Miles6/Examples/console/*.dll
|
!xCore/3rdParty/Miles6/Examples/console/*.dll
|
||||||
!xCore/3rdParty/Miles6/Examples/console/*.exe
|
!xCore/3rdParty/Miles6/Examples/console/*.exe
|
||||||
!xCore/3rdParty/Miles6/lib/win/*.lib
|
!xCore/3rdParty/Miles6/lib/win/*.lib
|
||||||
!xCore/3rdParty/Miles6/redist/win32/
|
!xCore/3rdParty/Miles6/redist/win32/
|
||||||
!xCore/3rdParty/Miles6/redist/win32/Mss32.dll
|
!xCore/3rdParty/Miles6/redist/win32/*.asi
|
||||||
|
!xCore/3rdParty/Miles6/redist/win32/*.dll
|
||||||
|
!xCore/3rdParty/Miles6/redist/win32/*.flt
|
||||||
|
!xCore/3rdParty/Miles6/redist/win32/*.m3d
|
||||||
!xCore/3rdParty/Miles6/src/M3d/Rsx/*.lib
|
!xCore/3rdParty/Miles6/src/M3d/Rsx/*.lib
|
||||||
!xCore/3rdParty/Miles6/src/win/Dodefs.exe
|
!xCore/3rdParty/Miles6/src/win/Dodefs.exe
|
||||||
!xCore/3rdParty/Miles6/tools/win/*.dll
|
!xCore/3rdParty/Miles6/tools/win/*.dll
|
||||||
|
|
Loading…
Reference in a new issue