diff options
author | Puqns67 | 2024-09-08 22:03:56 +0800 |
---|---|---|
committer | Puqns67 | 2024-09-08 22:03:56 +0800 |
commit | f8f28cb055e1b616f0a733f6b5c4c9c9ba93c043 (patch) | |
tree | c8f0cd44de551d406e7149cc7773089eda16ad25 /.gitignore | |
download | aur-f8f28cb055e1b616f0a733f6b5c4c9c9ba93c043.tar.gz |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..d3390cd85950 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +pkg/ +src/ + +*.log +*.pkg.tar.zst +*.pkg.tar.zst.sig + +*.tar.gz |