diff options
author | James An | 2015-11-17 14:07:51 -0500 |
---|---|---|
committer | James An | 2015-11-17 14:07:51 -0500 |
commit | 985d27915b6df4f541f5873e89ff77a874d40229 (patch) | |
tree | fcaa2f220ef84abe7304ca8af11ce8c860f95ede | |
parent | d370c215609b634860f2ec122a16e288fd764c0c (diff) | |
download | aur-kettu-git.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 +*/* |