mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
53 lines
905 B
Text
53 lines
905 B
Text
# Temporary files --------------------------------------------------------------
|
|
|
|
*~
|
|
.*
|
|
\#*\#
|
|
.#.*
|
|
# Project configuration --------------------------------------------------------
|
|
|
|
*.pro.user
|
|
Project.sln.lnk
|
|
WORK
|
|
OUTPUT
|
|
Makefile
|
|
CMakeLists.txt.user
|
|
build*
|
|
build-*-Debug
|
|
build-*-Default
|
|
prepare.conf.user
|
|
build/*
|
|
|
|
# Tags -------------------------------------------------------------------------
|
|
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
|
|
.ctags
|
|
.clang_complete
|
|
|
|
# QMLC/JSC ---------------------------------------------------------------------
|
|
|
|
*.qmlc
|
|
*.jsc
|
|
|
|
# RPM --------------------------------------------------------------------------
|
|
|
|
linphone-qt/
|
|
rpm-*/
|
|
|
|
# OTHER ------------------------------------------------------------------------
|
|
|
|
vgcore.*
|
|
linphone.spec
|
|
|
|
# Exceptions -------------------------------------------------------------------
|
|
|
|
!.clang-format
|
|
!.gitignore
|
|
!.gitlab-ci*
|
|
!.gitmodules
|
|
|
|
# VSCode
|
|
linphone60*.log
|