mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +00:00
7598b89960
Older versions of gperf use the `register` keyword which is deprecated in C++17, and warnings are treated as errors. This disables the warning on gperf's output (colour-names.hh). I also renamed `colour-names.cc` -> `colour-names.hh` because we're including it as a header, not compiling it separately. This resolves #1865.
43 lines
504 B
Plaintext
43 lines
504 B
Plaintext
.DS_Store
|
|
*~
|
|
.*.swp
|
|
Doxyfile
|
|
patches/
|
|
doc/conky.1
|
|
README
|
|
build*/
|
|
doc/*.html
|
|
|
|
Makefile
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
cmake_uninstall.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
|
|
# Generated files
|
|
data/convertconf.h
|
|
data/defconfig.h
|
|
*.so
|
|
*.a
|
|
/config.h
|
|
/build.h
|
|
src/colour-names.hh
|
|
|
|
# Compiler cache
|
|
.cache
|
|
|
|
# Ignore (most) vscode stuff
|
|
.vscode/*
|
|
*.code-workspace
|
|
# Allow vscode recommended extensions
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
|
|
# Ignore nix stuff
|
|
/result
|
|
|
|
# Ignore direnv
|
|
.direnv
|