forked from savoirfairelinux/jami-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (99 loc) · 1.16 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
# Ignore unused objects
*.lo
*.o
*.a
*.la
*.Po
*.Plo
*.loT
*.Tpo
Makefile.in
Makefile
/config.*
*.swp
*.so
*.raw
*.pod
.libs
.deps
*.spec
aclocal.m4
autom4te.cache
config.guess
config.*
depcomp
install-sh
missing
stamp-h1
ltmain.sh
INSTALL
# Binary translation files
*.mo
libtool
# The test binary
*Tester
*orig
*.1
*-glue.h
# 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
# IDE stuffs
nbproject
*.kdev*
# JNI generated files
*_wrap.cpp
*_wrap.h
*_loader.c
# Windows
*.exe
# Mac
.DS_Store
# Android
/build-android-arm-linux-androideabi/
/extras/tools/check_sed
/extras/tools/libtool-*.tar.xz
#UWP
/contrib/build/
#iOS
/build-ios*
build-aux/
configure
bin/dbus/*.adaptor.h
bin/dbus/cx.ring.Ring.service
bin/dring
bin/ringcli
doltcompile
doltlibtool
__pycache__