mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
37 lines
376 B
Plaintext
37 lines
376 B
Plaintext
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/
|