openrgb/.gitignore
ToasterUwU c00669d99a feat(.gitignore): Ignore new build and output
files

Added several file patterns related to build process and output
directories to the .gitignore file. This keeps the repository clean by
preventing unintentional commits of unnecessary files generated during
software builds and compiling processes. It also reduces clutter, making
the repo easier to navigate, and improves the overall efficiency of work
with the codebase.
2023-12-02 14:58:09 +01:00

7 lines
66 B
Plaintext

*.ddeb
*.tar.xz
*.dsc
*.changes
*.buildinfo
output
src-pkg-openrgb