Files
cthulhu/.gitignore
2025-08-12 02:12:07 -04:00

92 lines
1.2 KiB
Plaintext

# Meson build artifacts
_build/
builddir/
build/
# Legacy autotools artifacts (if any remain)
ABOUT-NLS
INSTALL
aclocal.m4
autom4te.cache
compile
config.h
config.h.in
config.guess
config.log
config.rpath
config.status
config.sub
configure
debug.out
depcomp
install-sh
intltool-extract.in
intltool-extract
intltool-merge.in
intltool-merge
intltool-update.in
intltool-update
libtool
ltmain.sh
missing
mkinstalldirs
omf.make
orca-autostart.desktop
orca.desktop
orca.spec
py-compile
stamp-h1
xmldocs.make
core
bld
*~
patch.*
[0-9][0-9][0-9][0-9][-]*
# Generated Python files
src/cthulhu/cthulhu_bin.py
src/cthulhu/cthulhu_i18n.py
src/cthulhu/cthulhu_platform.py
# Python bytecode
*.pyc
__pycache__/
# Local build directory and artifacts
local-build/
debug-*.out
debug.log
*.gmo
*.pot
# Package artifacts
*.pkg.tar.zst
distro-packages/*/cthulhu/
distro-packages/*/pkg/
# Generated makefiles (should not be committed)
Makefile
Makefile.in
# Sound files (if binary)
sounds/
# Test files that might be temporary
test-dbus.sh
test-local-meson.sh
test_displayversion.py
PORTING-NOTES.md
# Translation files
po/stamp-po
po/insert-header.sed
# /help
/help/*.omf
/help/*/*.page
!/help/C/*.page
/help/*/*.xml
!/help/C/*.xml
/help/*/*.mo
/help/*/*.stamp