summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 04:07:44 +0300
committerCaleb Maclennan2024-03-28 04:07:44 +0300
commit9a2d0b6313435a747a6cfaf749f06c6d4699b6c3 (patch)
tree7ecb317b75ac3b115e342fcd0b1d6c43d2bf1aa9
parent818623d6b482371d361cad57ae580e5e94b2fa26 (diff)
downloadaur-nushell-git.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 b511b6da3889..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-*.tar*
-/pkg
-/src
-nushell-git/
-chroot/
-*.log