mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 08:30:35 +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
|
||||
./mapster32
|
||||
./voidsw
|
||||
./voidsw-editor
|
||||
./kenbuild
|
||||
./kenbuild-editor
|
||||
./apps/
|
||||
./*.exe
|
||||
./*.dll
|
||||
./*.dylib
|
||||
./*.so
|
||||
./*.elf
|
||||
./*.dol
|
||||
./*.x86
|
||||
./*.x64
|
||||
./*.ppc
|
||||
./*.app
|
||||
eduke32
|
||||
mapster32
|
||||
voidsw
|
||||
voidsw-editor
|
||||
kenbuild
|
||||
kenbuild-editor
|
||||
apps/
|
||||
*.exe
|
||||
*.dll
|
||||
*.dylib
|
||||
*.so
|
||||
*.elf
|
||||
*.dol
|
||||
*.x86
|
||||
*.x64
|
||||
*.ppc
|
||||
*.app
|
||||
|
||||
./*.log
|
||||
./*.cache
|
||||
./*.cfg
|
||||
./textures
|
||||
*.log
|
||||
*.cache
|
||||
*.cfg
|
||||
textures
|
||||
|
||||
./platform/Windows/*.exe
|
||||
./platform/Windows/*.log
|
||||
./platform/Windows/*.cache
|
||||
./platform/Windows/*.cfg
|
||||
./platform/Windows/textures
|
||||
|
||||
./platform/Windows/*.cache
|
||||
./platform/Windows/*.cfg
|
||||
./platform/Windows/.vs/
|
||||
./platform/Windows/*.db
|
||||
./platform/Windows/*.opendb
|
||||
./platform/Windows/*.con
|
||||
./platform/Windows/*.sym
|
||||
./platform/Windows/*.memmap
|
||||
./platform/Windows/*.manifest
|
||||
./platform/Windows/*.map
|
||||
./platform/Windows/*.pdb
|
||||
./platform/Windows/*.sdf
|
||||
./platform/Windows/*.suo
|
||||
./platform/Windows/*.opensdf
|
||||
./platform/Windows/*.vcxproj.user
|
||||
./platform/Windows/*.psess
|
||||
./platform/Windows/*.vsp
|
||||
platform/Windows/*.cache
|
||||
platform/Windows/*.cfg
|
||||
platform/Windows/.vs/
|
||||
platform/Windows/*.db
|
||||
platform/Windows/*.opendb
|
||||
platform/Windows/*.con
|
||||
platform/Windows/*.sym
|
||||
platform/Windows/*.memmap
|
||||
platform/Windows/*.manifest
|
||||
platform/Windows/*.map
|
||||
platform/Windows/*.pdb
|
||||
platform/Windows/*.sdf
|
||||
platform/Windows/*.suo
|
||||
platform/Windows/*.opensdf
|
||||
platform/Windows/*.vcxproj.user
|
||||
platform/Windows/*.psess
|
||||
platform/Windows/*.vsp
|
||||
|
||||
xcuserdata/
|
||||
project.xcworkspace/
|
||||
|
|
Loading…
Reference in a new issue