summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-09-08 11:06:05 +0300
committerCaleb Maclennan2021-09-08 11:06:05 +0300
commit6ff1462fb35822dc3c0b7620961365b82d125147 (patch)
treeebaec778304d6b6fbd435ccbab5cf7f371a2ede8
parent680be4819abf6a9c129d3a37fa8da70a82953915 (diff)
downloadaur-6ff1462fb35822dc3c0b7620961365b82d125147.tar.gz
Remove .gitignore, not universally applicable
The contents of this file are not applicable to all users, different developers can use different workflows here. Adding these to individual AUR packages ruins developers workflows that rely on them at a different level. For example I use `aurpublish`, others keep a directory of clones, some use submodules, etc. Some want to ignore src because they use `makepkg` with no modifications, others keep a common srcdir on another device for chroot builds and *want to be alerted* if anything got stuffed in a hard coded src dir locally. There are more examples, but this is bad form. Fix it with something upstream of your Git clone locally. Git has lots of options for configuring this.
-rw-r--r--.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f58e014cc85b..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.tar.gz
-*.tar.zst
-pkg/
-src/