mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
I hoped ./ prefixes would work in a ignore on Windows.
git-svn-id: https://svn.eduke32.com/eduke32@6057 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
417b047cf3
commit
57aeeaceec
1 changed files with 39 additions and 45 deletions
84
.gitignore
vendored
84
.gitignore
vendored
|
@ -1,52 +1,46 @@
|
||||||
|
|
||||||
./obj/
|
obj/
|
||||||
|
|
||||||
./eduke32
|
eduke32
|
||||||
./mapster32
|
mapster32
|
||||||
./voidsw
|
voidsw
|
||||||
./voidsw-editor
|
voidsw-editor
|
||||||
./kenbuild
|
kenbuild
|
||||||
./kenbuild-editor
|
kenbuild-editor
|
||||||
./apps/
|
apps/
|
||||||
./*.exe
|
*.exe
|
||||||
./*.dll
|
*.dll
|
||||||
./*.dylib
|
*.dylib
|
||||||
./*.so
|
*.so
|
||||||
./*.elf
|
*.elf
|
||||||
./*.dol
|
*.dol
|
||||||
./*.x86
|
*.x86
|
||||||
./*.x64
|
*.x64
|
||||||
./*.ppc
|
*.ppc
|
||||||
./*.app
|
*.app
|
||||||
|
|
||||||
./*.log
|
*.log
|
||||||
./*.cache
|
*.cache
|
||||||
./*.cfg
|
*.cfg
|
||||||
./textures
|
textures
|
||||||
|
|
||||||
./platform/Windows/*.exe
|
platform/Windows/*.cache
|
||||||
./platform/Windows/*.log
|
platform/Windows/*.cfg
|
||||||
./platform/Windows/*.cache
|
platform/Windows/.vs/
|
||||||
./platform/Windows/*.cfg
|
platform/Windows/*.db
|
||||||
./platform/Windows/textures
|
platform/Windows/*.opendb
|
||||||
|
platform/Windows/*.con
|
||||||
./platform/Windows/*.cache
|
platform/Windows/*.sym
|
||||||
./platform/Windows/*.cfg
|
platform/Windows/*.memmap
|
||||||
./platform/Windows/.vs/
|
platform/Windows/*.manifest
|
||||||
./platform/Windows/*.db
|
platform/Windows/*.map
|
||||||
./platform/Windows/*.opendb
|
platform/Windows/*.pdb
|
||||||
./platform/Windows/*.con
|
platform/Windows/*.sdf
|
||||||
./platform/Windows/*.sym
|
platform/Windows/*.suo
|
||||||
./platform/Windows/*.memmap
|
platform/Windows/*.opensdf
|
||||||
./platform/Windows/*.manifest
|
platform/Windows/*.vcxproj.user
|
||||||
./platform/Windows/*.map
|
platform/Windows/*.psess
|
||||||
./platform/Windows/*.pdb
|
platform/Windows/*.vsp
|
||||||
./platform/Windows/*.sdf
|
|
||||||
./platform/Windows/*.suo
|
|
||||||
./platform/Windows/*.opensdf
|
|
||||||
./platform/Windows/*.vcxproj.user
|
|
||||||
./platform/Windows/*.psess
|
|
||||||
./platform/Windows/*.vsp
|
|
||||||
|
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
project.xcworkspace/
|
project.xcworkspace/
|
||||||
|
|
Loading…
Reference in a new issue