summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 97d8e383b025f14a03e41d7df3d6a9a1f037dc5d (plain)
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
# Editor backup files etc
*~
\#*

# Autofoo
.deps
.dirstamp
.clang_complete
.cxx_tags
.yavide_proj
.yavide_session
.vscode
Makefile
Makefile.in
loolwsd.spec
loolwsd.xml
aclocal.m4
autom4te.cache
config.h
config.h.in
ios/config.h
config.log
config.guess
config.status
config.sub
configure
compile
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
m4
debian/loolwsd.postinst
common/support-public-key.hpp

# Test stuff
systemplate
test-driver
jails
cache
test/data/hello-world.odt
test/data/hello-world.ods
test/data/hello-world.odp
test/fakesockettest

*.o
*.exe
cscope*
*.orig
loolwsd.log
*.log.*.gz
*.lo
*.mo

# loleaflet
loleaflet/build/dist
loleaflet/dist
loleaflet/npm-shrinkwrap.json

connect
lokitclient
loolwsd
loolforkit
loolmount
loolmap
loolconvert
loolsocketdump
loolstress
loolconfig
loolforkit-nocaps
loadtest
unittest
loolwsd_fuzzer
clientnb

# make tags
tags
test/tags
TAGS
test/TAGS

docker/instdir
docker/builddir

ios/Mobile/Info.plist
ios/Mobile/Fonts
ios/Mobile/Branding

# 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/cpp/CMakeLists.txt

# backup and temporary editor files: the only convenience rules allowed here.
*~
.*sw?
\#*
.\#*
*.kdev4
.kdev_include_paths
.buckd
.directory
.cproject
.project
.settings
.eclipsesettingfile
eclipsesettingfile.xml
.clang_complete
.cxx_tags
.yavide_proj
.yavide_session
.vscode
*.code-workspace
Makecache

# autoconf stuff
autogen.input