diff options
author | Greyson Christoforo | 2020-05-05 17:43:01 +0100 |
---|---|---|
committer | Greyson Christoforo | 2020-05-05 17:43:01 +0100 |
commit | 62ea78f37a6c14e9bc210f631b4f5fde0c72f185 (patch) | |
tree | 3658d2a603baefed454357ed2d8af832d8884623 /.gitignore | |
download | aur-python-asciichart.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..72a3ed3fe6e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.tar* +pkg/ +src/ |