-
Andreas Traczyk authored
This is a good start, but will need to be adapted for other platforms and improved over time. Change-Id: Ib64046e852c3aa9cc9b492d0af8cee33ee1ff5de
Andreas Traczyk authoredThis is a good start, but will need to be adapted for other platforms and improved over time. Change-Id: Ib64046e852c3aa9cc9b492d0af8cee33ee1ff5de
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 727 B
*.user
doc/Doxyfile
### VisualStudioCode ###
.vscode/**/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history
GeneratedFiles/
x64/
x86/
[wW]in32/
.qmake.stash
debug/
release/
beta/
*.dll
*.qm
nuget.exe
*.autosave
changelog.html
obj/
build/
!extras/build
build-local/
build-global/
install/
*.vcxproj
*.vcxproj.filters
*qmlcache.qrc
.deploy.stamp
*.orig
*.log
*.pid
# tests
Testing/
# auto-gen files
src/app/resources.qrc
src/app/qml.qrc
src/app/constant/JamiResources.qml
# macOS
.DS_Store
# packaging
.tarball-version
tarballs.manifest
jami-*.tar.gz
extras/packaging/gnu-linux/packages/
.docker-image-*