summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-27 10:55:44 +0300
committerCaleb Maclennan2024-03-27 10:55:44 +0300
commit8ef4dcd5ad12c0d318ca4e9d484949c661c4c3d7 (patch)
tree0e79e7e5e82a0f8a0f293b25845bba4d6b6092a9 /.gitignore
parent2344ecab14c099d3d9c8f6727cae7e9e9210f18f (diff)
downloadaur-8ef4dcd5ad12c0d318ca4e9d484949c661c4c3d7.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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0ca50ff4dd97..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!./.SRCINFO
-!./.gitignore
-!./PKGBUILD