mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 10:12:59 +00:00
.gitignore:
Added the vim backup subscript ~ [*~] Added CLion generated directories [cmake-build-*, .idea]
This commit is contained in:
parent
fa3df4e2d2
commit
13ab43f5e2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
build*
|
||||
eclipse*
|
||||
neo/ipch
|
||||
*~
|
||||
|
||||
Doom3BFG.exe
|
||||
base/_common.crc
|
||||
|
@ -35,3 +36,5 @@ GTAGS
|
|||
HTML/
|
||||
neo/.kdev4
|
||||
neo/neo.kdev4
|
||||
neo/.idea/
|
||||
neo/cmake-build-*/
|
||||
|
|
Loading…
Reference in a new issue