gitignore: fix ignoring decompiled output
This commit is contained in:
parent
c8c526ab57
commit
0f8387d740
|
|
@ -6,7 +6,7 @@ CMakeFiles/
|
|||
*.xcodeproj
|
||||
.*/
|
||||
testmaps/*.bsp
|
||||
testmaps/*decompile*.map
|
||||
**/*decompile*.map
|
||||
testmaps/*.bsp.qbsplog
|
||||
testmaps/*.log
|
||||
testmaps/*.prt
|
||||
|
|
|
|||
Loading…
Reference in New Issue