mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #3264: Ignore "target_wrapper.sh", ".directory" and all files with ".Debug" and ".Release" extensions
This commit is contained in:
commit
8bf71ba16d
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
Makefile
|
||||
Makefile.Debug
|
||||
Makefile.Release
|
||||
*.Debug
|
||||
*.Release
|
||||
debug/
|
||||
release/
|
||||
asio/
|
||||
@ -36,7 +36,9 @@ mocinclude.opt
|
||||
src/mumble/mumble_qt_auto.qrc
|
||||
*_plugin_import.cpp
|
||||
target_wrapper.bat
|
||||
target_wrapper.sh
|
||||
doxygen/
|
||||
.qmake.cache
|
||||
.qmake.stash
|
||||
.DS_Store
|
||||
.directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user