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.
This commit is contained in:
ToasterUwU 2023-12-02 14:58:09 +01:00
parent 489530cea7
commit c00669d99a

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.ddeb
*.tar.xz
*.dsc
*.changes
*.buildinfo
output
src-pkg-openrgb