summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 03:42:50 +0300
committerCaleb Maclennan2024-03-28 03:42:50 +0300
commitfa6905cd920209e087e7929123d683e5ea632a73 (patch)
tree70c9d1d1f41d02f8aa5797424f18e799fc61b69b /.gitignore
parent94e8285ea3f7204cb2c24e4cdfee6ccb48eca96c (diff)
downloadaur-fa6905cd920209e087e7929123d683e5ea632a73.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--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4e1c38b577ba..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-pkg
-src
-*.tar*