-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy path.gitignore
145 lines (128 loc) · 1.49 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Ignore unused objects
*.lo
*.o
*.a
*.la
*.Po
*.Plo
*.loT
*.Tpo
Makefile.in
Makefile
/config.*
*.swp
*.so
*.raw
*.pod
*.libs
*.deps
*.spec
*.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-*/
# 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/
.idea/
*iml
.history/
# JNI generated files
*_wrap.cpp
*_wrap.h
*_loader.c
# Mac
.DS_Store
build-macos*
# Android
/build-android-*/
/extras/tools/check_sed
/extras/tools/libtool-*.tar.xz
# Windows native build
x64/
Release/
Debug/
# iOS
/build-ios*
build-aux/
configure
jami.pc
bin/dbus/*.adaptor.h
bin/dbus/cx.ring.Ring.service
bin/dbus/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
# Cmake
*.cmake
CMakeCache.txt
Testing
CMakeFiles