summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 04:44:15 +0300
committerCaleb Maclennan2024-03-28 04:44:15 +0300
commit91f336e9fbea558dbc6370d4e9e054116ee069d7 (patch)
treeb7f58a3b6f73977966d688370b3459f344717df2
parent875177728815f6853a73f23b508c5c2ae9e46c42 (diff)
downloadaur-91f336e9fbea558dbc6370d4e9e054116ee069d7.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 c0caf0f11143..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!/PKGBUILD
-!/.SRCINFO
-!/.gitignore
-!/use-system-gtest.patch