forked from qaul/qaul.net_legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
173 lines (154 loc) · 2.29 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
/openwrt/image_files/qaul/bin/qauladmin
/openwrt/qauladmin/qauladmin
# file system
.DS_Store
[Tt]humbs.db
*~
*.swp
*.lock
Debug/
/linux/*.deb
# Eclipse
.project
.cproject
.settings
# Visual Studio
*.sdf
*.opensdf
*.suo
*.vcxproj.user
*.def
win/Debug
win/Release
win/qaul/Debug
win/qaul/Release
# Xcode
osx/build/
osx/installer/build/
ios/build/
DerivedData/
*.mode1v3
*.pbxuser
*~.nib
*.mode2v3
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
xcuserdata/**/*
#!xcuserdata/**/xcschemes/*
UserInterfaceState.xcuserstate
LatestBuild
ios/Packages
qaul.net.app
0xdeadfa11
# QT
linux/qaul-build-desktop
linux/qaul_qt/qaul.pro.user
*.lintian
# Linux GTK
linux/qaul_gtk/www
linux/qaul_gtk/qaul
linux/qaul_gtk/olsrd
linux/qaulhelper/qaulhelper
# Android
android/bin
android/libs
android/obj
# CLI
cli/qaul
cli/qaul.exe
cli/olsrd
cli/olsrd.exe
cli/www
cli/olsrd_dyn_gw.so.0.5
# build files & executables
*.[oad]
*.exe
*.lib
*.dll
*.exp
*.de
*.so
*.o
#*.0
*.1
*.Po
.deps
builddata.c
# bison
oparse.h
oparse.c
# flex
oscan.c
# olsrd
olsrd-0.6.0/olsrd
olsrd-0.6.0/lib/olsrd_qaul/olsrd_qaul.so.0.1
# tools & testing
*.log
gmon.out
# project specific
src/builddata.c
qaullib.db
olsrd-ipv4.lock
# portfwd
portfwd/Makefile
portfwd/getopt/Makefile
portfwd/src/Makefile
portfwd/src/portfwd
portfwd/autom4te.cache
portfwd/config
portfwd/config.h
portfwd/config.status
portfwd/stamp-h1
portfwd/tools/Makefile
portfwd/tools/t_vector
portfwd/tools/udp_rcv
portfwd/tools/udp_snd
# pjsip
*.depend
os-auto.mak
os-auto.h
config_auto.h
config_auto.mak
*/build.mak
*/build/cc-auto.mak
*/config.status
*/pjlib-util/bin/
*/pjlib/bin/
*/pjlib/include/pj/compat/m_auto.h
*/pjlib/include/pj/compat/os_auto.h
*/pjlib/include/pj/config_site.h
*/pjmedia/bin/
*/pjnath/bin/
*/pjsip-apps/bin/
*/pjsip/bin/
*/pjsip/include/pjsip/sip_autoconf.h
# exclude other versioning systems
CVS
.svn
# www folder
www/files/*.dmg
www/files/*.apk
www/files/*.deb
www/files/*.exe
www/files/*.gz
www/files/fat.sql
# server folder
server/php/qaulhub/build.properties
server/php/qaulhub/config.php
server/php/qaulhub/test*
# binary creation
binary_release/qaul.net/
binary_release/mof/
binary_release/*.tar.gz
# openwrt
/openwrt/qaul/qaul
openwrt/OpenWrt*
openwrt/Attitude-Adjustment*
openwrt/*.tar.bz2
openwrt/*.bin
*.test
*.bak
image_files_tmp