mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
update .gitignore for cmake
This commit is contained in:
parent
99b556d4c1
commit
4861d1c582
1 changed files with 8 additions and 1 deletions
9
deps/.gitignore
vendored
9
deps/.gitignore
vendored
|
@ -58,7 +58,14 @@
|
|||
/wxwidgets/lib/wx/config/
|
||||
|
||||
# Tools
|
||||
/cmake/
|
||||
/cmake/bin/*
|
||||
!/cmake/bin/cmake
|
||||
!/cmake/share/
|
||||
/cmake/share/bash-completion
|
||||
/cmake/share/cmake-*/Help
|
||||
/cmake/share/cmake-*/Licenses
|
||||
/cmake/share/emacs
|
||||
/cmake/share/vim
|
||||
/nasm/bin/ndisasm
|
||||
/yasm/bin/vsyasm
|
||||
/yasm/bin/ytasm
|
||||
|
|
Loading…
Reference in a new issue