summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-02-28 10:19:53 +0100
committerAtomicFS2024-02-28 10:19:53 +0100
commit57a81cea0dfb72588b2b5c2fb110e315c162a3d1 (patch)
tree7b10d4732d439fccfaefc0bd5795aed1c09c80a8
parentbe99975af3a54bbc439d4e4ff8d540e11c468d2f (diff)
downloadaur-57a81cea0dfb72588b2b5c2fb110e315c162a3d1.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 it's 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--.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e4f9ba3007cf..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.SRCINFO
-!PKGBUILD
-!.gitignore