diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-11 15:59:53 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-11 15:59:53 -0700 |
commit | 254d131a0be62a158eade323c45f4c2aa73c5579 (patch) | |
tree | 2421a83ae620e1fe756c7240f92365319639bbd1 | |
parent | bb5e59043a9d785c90374c2c903ac16026ad856d (diff) |
add .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..018a3de --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!PKGBUILD +!.SRCINFO +!.gitignore |