Merge PR #3264: Ignore "target_wrapper.sh", ".directory" and all files with ".Debug" and ".Release" extensions

This commit is contained in:
Davide Beatrici 2017-11-13 20:00:53 +01:00 committed by GitHub
commit 8bf71ba16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -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