summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 01:18:47 +0300
committerCaleb Maclennan2024-03-28 01:18:47 +0300
commit3951d1af32f4b76508487ef1027f7d12b9c0b490 (patch)
tree1a1f81aed6471e17a04116f2d873e6fd281047b7
parent5a5bc5ed6412df2ad963694c8cf5fabb162ea850 (diff)
downloadaur-3951d1af32f4b76508487ef1027f7d12b9c0b490.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--.gitignore7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c33b143ffad4..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*~
-\#*\#
-.\#*
-/pkg/
-/src/
-/ldoc
-*.tar.xz