summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 06:53:27 +0300
committerCaleb Maclennan2024-03-28 06:53:27 +0300
commit3d5f706d37140a28a31035ff10e55bbb0e563fb1 (patch)
tree22b24ac7702738248041af6ed2a326f4f4447dc1
parentcb74d0d33a0d619b6a7ac9f7517a7d39750ef6a7 (diff)
downloadaur-3d5f706d37140a28a31035ff10e55bbb0e563fb1.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 3ce249bb95ab..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!./.SRCINFO
-!./.gitignore
-!./PKGBUILD
-!./fix_non_i386.patch