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:
parent
489530cea7
commit
c00669d99a
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
*.ddeb
|
||||
*.tar.xz
|
||||
*.dsc
|
||||
*.changes
|
||||
*.buildinfo
|
||||
output
|
||||
src-pkg-openrgb
|
Loading…
Reference in New Issue
Block a user