summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 05:36:54 +0300
committerCaleb Maclennan2024-03-28 05:36:54 +0300
commitc291e4c5cfb5ec4a073ed0f11274284274af5e3a (patch)
tree655fe1df5592c36e56a22ecea3ce4f047bfbdfed
parente29fdeacd97032afcc36d341885657fc8c1d6ba2 (diff)
downloadaur-c291e4c5cfb5ec4a073ed0f11274284274af5e3a.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 f40aaba69670..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-pkg/
-src/
-*.tar.gz
-*.tar.xz
-*.zip