diff options
author | James An | 2015-11-17 14:08:34 -0500 |
---|---|---|
committer | James An | 2015-11-17 14:08:34 -0500 |
commit | b1b3d06d0c77fc5b6c5ad5a008cb9bbc5c652dce (patch) | |
tree | fb00cf389500d2f26a382da31b24d100ef442085 | |
parent | f8bc7f486497681f9a304e23cd68bcd01c461ed9 (diff) | |
download | aur-b1b3d06d0c77fc5b6c5ad5a008cb9bbc5c652dce.tar.gz |
Added a basic .gitignore file to exclude typical upstream source files.
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..43316bc3c124 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# From: https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore + +*.tar +*.tar.* +*.zip +*.tgz +*.log +*.log.* +*.sig + +# makepkg working folders +pkg +src + +# +# Additional ignore patterns: +# + +# Source files +*.deb +*.gem +*.out +*.rpm +*.html + +# Ignore package source folders +*/* |