1ecf31df40
dist_git_hash is used in distribution, and might also be needed if git is unavailable or broken (for example certain bind-mounts into docker containers or use of tools such as jj). One thing you absolutely mustn't do, however, is commit it. It overrides future git commit detection, which would subtly cause caching and/or version issues for everyone. Let's gitignore it to avoid that. Signed-off-by: Skyler Grey <skyler.grey@collabora.com> Change-Id: I9cf5412bf6693afab7cb7b0ca2a8a377575ed929
174 lines
2.3 KiB
Text
174 lines
2.3 KiB
Text
# Editor backup files etc
|
|
*~
|
|
\#*
|
|
|
|
# Autofoo
|
|
.deps
|
|
.dirstamp
|
|
.clang_complete
|
|
.cxx_tags
|
|
.yavide_proj
|
|
.yavide_session
|
|
.vscode
|
|
**/.clangd
|
|
**/.cache
|
|
Makefile
|
|
Makefile.in
|
|
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
|
|
libsimd.a
|
|
coolwsd-inproc
|
|
coolbench
|
|
coolforkitns
|
|
|
|
# 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
|
|
ios/Mobile/coolkitconfig.xcu
|
|
|
|
# symlinks created by configure for the iOS app Xcode project
|
|
lobuilddir-symlink
|
|
pocoinclude-symlink
|
|
pocolib-symlink
|
|
zstdinclude-symlink
|
|
zstdlib-symlink
|
|
ICU.dat
|
|
ios/Mobile/Assets.xcassets/AppIcon.appiconset
|
|
|
|
# build numbers/versions
|
|
BUNDLE-VERSION
|
|
/dist_git_hash
|
|
|
|
# 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
|
|
|
|
# MacOS file manager metadata
|
|
.DS_Store
|