Dockerfile
.dockerignore

# Ignore SCM/CI related stuff
.github/
.git/
.gitlab-ci.yml

.DS_Store
*~
.*.swp
Doxyfile
patches/
doc/conky.1
README
build*/
doc/*.html

Makefile
CMakeCache.txt
CMakeFiles
data/convertconf.h
data/defconfig.h
lua/libcairo-orig.c
lua/libcairo.c
lua/libimlib2.c
*.so
*.a
/config.h

# Ignore vscode stuff
.vscode
*.code-workspace

# Ignore tests
tests/