summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 06:18:22 +0300
committerCaleb Maclennan2024-03-28 06:18:22 +0300
commit4321f682c715f4eef36116b911c60e9346c4007d (patch)
tree402bcc1e22a98490b55969c65ebad141e4a3f247
parent36f6f891ea2589fd7c67947771133e60de286551 (diff)
downloadaur-4321f682c715f4eef36116b911c60e9346c4007d.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--.gitignore6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 95a48d217584..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-src/
-pkg/
-
-*.tar.gz
-*.tar.xz
-*.tar.zstd