mirror of
https://github.com/mumble-voip/mumble.git
synced 2024-12-22 03:38:47 +00:00
362ff0bbd1
When Visual Studio is used to open and configure the CMake project the CMakeSettings.json file stores CMake configurations. The configuration is developer- and environment-local configuration we do not want to version.
53 lines
723 B
Plaintext
53 lines
723 B
Plaintext
Makefile
|
|
*.Debug
|
|
*.Release
|
|
debug/
|
|
release/
|
|
asio/
|
|
local/
|
|
indent.sh
|
|
.vs
|
|
.vscode
|
|
*.pdb
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.swp
|
|
*.aps
|
|
*.vcxproj
|
|
*.vcxproj.*
|
|
*~
|
|
*.pro.user
|
|
ui_*.h
|
|
*.qm
|
|
*.pb.*
|
|
installer/Mumble.exe
|
|
overlay/*.hex
|
|
overlay/*.ps.h
|
|
overlay/*.vs.h
|
|
overlay_winx64/*.hex
|
|
overlay_winx64/*.ps.h
|
|
overlay_winx64/*.vs.h
|
|
scripts/Murmur.ice
|
|
scripts/murmur.ini.*
|
|
src/murmur/murmur_ice/Murmur.h
|
|
src/murmur/murmur_ice/Murmur.cpp
|
|
src/murmur/MurmurRPC.proto.Wrapper.cpp
|
|
winpaths_custom.pri
|
|
qmake/winpaths_custom.pri
|
|
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
|
|
build/
|
|
compile_commands.json
|
|
.devcontainer/*
|
|
__pycache__/
|
|
CMakeSettings.json
|