diff options
author | adrien1018 | 2020-06-18 21:22:17 +0800 |
---|---|---|
committer | adrien1018 | 2020-06-18 21:22:17 +0800 |
commit | 441d6d78b13502ce723c57c84612cc455153e8c5 (patch) | |
tree | d0104159c16f37b6abade212e7b02da2416213e5 /.gitignore | |
download | aur-441d6d78b13502ce723c57c84612cc455153e8c5.tar.gz |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..2e20a673e77c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.gz +*.xz +*.zstd +pkg/ +src/ |