forked from CollaboraOnline/online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
164 lines (148 loc) · 2.13 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
# Editor backup files etc
*~
\#*
# Autofoo
.deps
.dirstamp
.clang_complete
.cxx_tags
.yavide_proj
.yavide_session
.vscode
**/.clangd
**/.cache
Makefile
Makefile.in
coolkitconfig.xcu
coolwsd.spec
coolwsd.xml
aclocal.m4
autom4te.cache
config.h
config_unused.h
config_unused.h.in
config_version.h
ios/config.h
config.log
config.guess
config.status
config.sub
configure
compile
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
stamp-h2
stamp-h3
m4
debian/coolwsd.postinst
common/support-public-key.hpp
compile_commands.json
**/gdb.txt
# Test stuff
systemplate
test-driver
jails
quarantine
cache
test/data/hello-world.odt
test/data/hello-world.ods
test/data/hello-world.odp
test/data/hello-world.odg
test/fakesockettest
test/unithttplib
jsstress
*.o
*.exe
cscope*
*.orig
coolwsd.log
*.log.*.gz
.log
*.lo
*.mo
gcov/*
*.gcno
*.gcda
*.gcov
# browser
browser/debug
browser/release
browser/npm-shrinkwrap.json
browser/jsconfig.json
browser/admin/jsconfig.json
browser/dist
browser/compilets
browser/typescript_js
connect
lokitclient
coolwsd
loolwsd
coolforkit
coolmount
coolmap
coolconvert
coolsocketdump
coolstress
coolconfig
loolconfig
coolforkit-nocaps
loadtest
unittest
clientnb
# Fuzzer
*_fuzzer
fuzz*.log
slow-unit-*
crash-*
leak-*
timeout-*
# make tags
tags
test/tags
TAGS
test/TAGS
docker/from-source/instdir
docker/from-source/builddir
ios/Mobile/Info.plist
ios/Mobile/Fonts
ios/Mobile/Branding
ios/Mobile/Resources/Settings.bundle/Root.plist
# symlinks created by configure for the iOS app Xcode project
lobuilddir-symlink
pocoinclude-symlink
pocolib-symlink
ICU.dat
ios/Mobile/Assets.xcassets/AppIcon.appiconset
# iOS app build number
BUNDLE-VERSION
# android stuff
/android/lib/src/main/assets/dist
/android/lib/src/main/assets/hello-world.od*
/android/lib/src/main/assets/templates/untitled.od*
/android/lib/src/main/cpp/CMakeLists.txt
# gtk fake mobile app
gtk/mobile
# backup and temporary editor files: the only convenience rules allowed here.
*~
.*sw?
\#*
.\#*
*.kdev4
.kdev_include_paths
.buckd
.directory
.cproject
.project
.settings
.eclipsesettingfile
eclipsesettingfile.xml
.clangd
.cache
*.code-workspace
Makecache
# autoconf stuff
autogen.input