mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 21:35:33 +00:00
47 lines
506 B
Plaintext
47 lines
506 B
Plaintext
|
|
# Builds
|
|
/0*
|
|
/win32*
|
|
/win64*
|
|
/cmake-build-*
|
|
/build*
|
|
/_codeql_build_dir
|
|
|
|
# Non-project files
|
|
/TODO
|
|
|
|
# Doxygen generated
|
|
/doxygen_doc
|
|
|
|
# OS-generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
/.vs
|
|
/*.pcs
|
|
/.idea
|
|
/CMakeLists.txt.user
|
|
|
|
# Agents
|
|
/.codebuddy
|
|
|
|
# Translations
|
|
/po/boldquot.sed
|
|
/po/en@boldquot.header
|
|
/po/en@quot.header
|
|
/po/insert-header.sin
|
|
/po/Makevars.template
|
|
/po/quot.sed
|
|
/po/remove-potcdate.sin
|
|
/po/Rules-quot
|
|
/po/gsmartcontrol.pot
|
|
/po/*.gmo
|
|
|