diff options
author | PackageInstaller | 2024-11-08 10:19:41 +0800 |
---|---|---|
committer | PackageInstaller | 2024-11-08 10:19:41 +0800 |
commit | b52405314cb9d642bf408283f0ee5362f4e62e6a (patch) | |
tree | 3f2b901373c9e445288cb3c4aa3b7fc911729d70 /.gitignore | |
download | aur-b52405314cb9d642bf408283f0ee5362f4e62e6a.tar.gz |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..bcd511a67757 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.tar.gz +*.tar.xz +*.tar.zst +src/ +pkg/ +cxxtea/ |