diff options
author | Holger Rauch | 2018-01-30 00:44:16 +0100 |
---|---|---|
committer | Holger Rauch | 2018-01-30 00:44:16 +0100 |
commit | 62cf5bf03ae497fbd24058f13c25fe2ff85eb248 (patch) | |
tree | 061902948f752c06610d0259655504036d06e58c /.gitignore | |
parent | 8abc113ae417e56eadd3b2bdf41438c9845e608e (diff) | |
download | aur-62cf5bf03ae497fbd24058f13c25fe2ff85eb248.tar.gz |
version bumped to 3.6.2; used sha512sums instead of md5sums
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..29d072f76700 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# package src/pkg archives, downloaded sources +*.tar* +*.tgz +*.txz +*.tbz2 +*.tgz +*.zip + +# signed sources +*.asc +*.sig + +# subfolders, e.g. source or built package trees, vcs +*/**/ +src/ +pkg/ + +# backup files +*~ +*.bak + +# mkpkg status files, from soyuz.archlinux.org +.mkpkg_check |