diff options
author | Filip Matzner | 2021-08-20 18:42:06 +0200 |
---|---|---|
committer | Filip Matzner | 2021-08-20 18:42:06 +0200 |
commit | ca3787d389087022036c2cc00597f1b85b3c7bc5 (patch) | |
tree | 910757af507fe88a4ce66c1f7daa177c0de2d960 /.gitignore | |
download | aur-ca3787d389087022036c2cc00597f1b85b3c7bc5.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..f52b2f5a9940 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +pkg/ +src/ +*.tar.xz +*.tar.gz |