libreoffice-online/.gitignore
Dennis Francis c6f2e2211d typescript: do project level compilation for ts files in src/
There may be warnings on first run after application of this patch due
to ts->js files present src/ due to previous per file compilation.
Cleaning those files will get rid of the warnings.  These are removed
from .gitignore files to avoid confusion.

Now we rely on tsc to do the incremental builds so it is much faster.
Checking of js files is disabled for now as it reports a lot of type
errors.

Caveat: Compilation of mocha tests, admin (those outside src/) are still
using the file by file compilation.

Signed-off-by: Dennis Francis <dennis.francis@collabora.com>
Change-Id: Ic22b265de0b111165224885c4736486fffa016d8
2021-04-08 14:05:54 +05:30

142 lines
1.9 KiB
Text

# 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
compile_commands.json
# Test stuff
systemplate
test-driver
jails
cache
test/data/hello-world.odt
test/data/hello-world.ods
test/data/hello-world.odp
test/fakesockettest
coolstress
*.o
*.exe
cscope*
*.orig
loolwsd.log
*.log.*.gz
*.lo
*.mo
# loleaflet
loleaflet/debug
loleaflet/release
loleaflet/npm-shrinkwrap.json
loleaflet/jsconfig.json
loleaflet/admin/jsconfig.json
loleaflet/dist
loleaflet/compilets
loleaflet/typescript_js
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/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/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
.clang_complete
.clangd
.cache
.cxx_tags
.yavide_proj
.yavide_session
.vscode
*.code-workspace
Makecache
# autoconf stuff
autogen.input