Remove gitignore, not part of Arch packaging guidelines

The need for git ignore files is better served by a single parent
.gitignore in the directory above all one's AUR packages (whether this
is just a loose file or part of an `aurpublish` setup or whether
`pkgctl` is being used). Each AUR package having its own missmatched
ignore rules that behave differently depending on developer preferences
is fairly disruptive because tooling doesn't behave the same between
packages.
This commit is contained in:
Caleb Maclennan
2024-03-27 11:18:47 +03:00
parent 13d1d7d861
commit 4a274f1c18

8
.gitignore vendored
View File

@@ -1,8 +0,0 @@
*
!/.SRCINFO
!/.gitignore
!/.pre-commit
!/PKGBUILD
!/brave-browser.desktop
!/brave-bin.sh
!/logo.png