summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 05:56:12 +0300
committerCaleb Maclennan2024-03-28 05:56:12 +0300
commit4d301bdfb38225b5068a0bbf327b5837b7fb41ca (patch)
tree98b45abcdf94d949a60f6c2fd2b2351d3f7b3b55
parentdb624ab18978c5dde7fa13ce467cb19be51a749a (diff)
downloadaur-4d301bdfb38225b5068a0bbf327b5837b7fb41ca.tar.gz
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.
-rw-r--r--.gitignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a997c96a8bfe..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!./.AURINFO
-!./.SRCINFO
-!./.gitignore
-!./PKGBUILD