summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 08:10:37 +0300
committerCaleb Maclennan2024-03-28 08:10:37 +0300
commita6b23955cfe6abaed1594bfc1c515fa4c019bd1b (patch)
tree3fb709c946bfe9b2693d8853dcc9ca3e9ca3da31
parent523b2311095659857b0491629bdcfdb8d9cd797c (diff)
downloadaur-a6b23955cfe6abaed1594bfc1c515fa4c019bd1b.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--.gitignore12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9143ce511b55..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,12 +0,0 @@
-# Directories
-pkg/
-src/
-
-# Archives
-*.tar
-*.tar.*
-*.zip
-
-# Logs
-*.log
-*.log.*