mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
139 lines
1.4 KiB
Plaintext
139 lines
1.4 KiB
Plaintext
# Ignore unused objects
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.Po
|
|
*.Plo
|
|
*.loT
|
|
*.Tpo
|
|
Makefile.in
|
|
Makefile
|
|
/config.*
|
|
*.swp
|
|
*.so
|
|
*.raw
|
|
*.pod
|
|
*.libs
|
|
*.deps
|
|
*.spec
|
|
*.yml
|
|
*.yml.bak
|
|
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.guess
|
|
config.*
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
stamp-h1
|
|
ltmain.sh
|
|
INSTALL
|
|
build
|
|
.dirstamp
|
|
|
|
# Binary translation files
|
|
*.mo
|
|
libtool
|
|
# The test binary
|
|
*Tester
|
|
*orig
|
|
*.1
|
|
*-glue.h
|
|
|
|
# Ignored folders
|
|
build-local/
|
|
|
|
# Ignore rendered docs
|
|
doc/doxygen/core-doc
|
|
doc/doxygen/gtk-gui-doc
|
|
doc/*.html
|
|
|
|
# PJSIP files
|
|
*.depend
|
|
*i686-pc-linux-gnu
|
|
*pjlib-util-test-*
|
|
*pjlib-test-*
|
|
*pjmedia-test-*
|
|
*pjnath-test-*
|
|
*pjturn-client-*
|
|
*pjturn-srv-*
|
|
*pjsua-*
|
|
*pjsystest-*
|
|
*x86_64-unknown-*
|
|
sip_autoconf.h
|
|
os-auto.mak
|
|
cc-auto.mak
|
|
build.mak
|
|
config.log
|
|
config.status
|
|
m_auto.h
|
|
os_auto.h
|
|
config_site.h
|
|
config_auto.h
|
|
|
|
# Ignore temp files
|
|
*~
|
|
|
|
# Cscope/Ctags/Etags files
|
|
cscope.*
|
|
tags
|
|
TAGS
|
|
TAGS.LST
|
|
ID
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
|
|
# IDE stuffs
|
|
nbproject
|
|
*.kdev*
|
|
tools/.vscode/
|
|
.vscode/
|
|
|
|
# JNI generated files
|
|
*_wrap.cpp
|
|
*_wrap.h
|
|
*_loader.c
|
|
|
|
# Windows
|
|
*.exe
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Android
|
|
/build-android-*/
|
|
/extras/tools/check_sed
|
|
/extras/tools/libtool-*.tar.xz
|
|
|
|
# UWP
|
|
/contrib/build/
|
|
/contrib/msvc/
|
|
|
|
# iOS
|
|
/build-ios*
|
|
|
|
build-aux/
|
|
configure
|
|
bin/dbus/*.adaptor.h
|
|
bin/dbus/cx.ring.Ring.service
|
|
bin/jamid
|
|
doltcompile
|
|
doltlibtool
|
|
__pycache__
|
|
|
|
# coverage files
|
|
*.gcno
|
|
*.gcda
|
|
*info
|
|
html-output/
|
|
|
|
#sonarqube generated files
|
|
.scannerwork/
|
|
clang-tidy-report.txt
|
|
sonar-project.properties.save
|
|
compile_commands.json
|
|
|