summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-02-28 10:22:09 +0100
committerAtomicFS2024-02-28 10:22:09 +0100
commitf8f81e1e53fc7a6cbeeb0470d605ba5013d43c1d (patch)
treee9a98107d76e31b684ac5997587f8cd90bfc68cf
parent396b431d1a8a8af55096079bfbdfd8e03e72744b (diff)
downloadaur-f8f81e1e53fc7a6cbeeb0470d605ba5013d43c1d.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