diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-11 15:59:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-11 15:59:35 -0700 |
commit | baa12badbb9ecb7c7db7222fbbcc78f2878a4a61 (patch) | |
tree | fd34694bdf7e57ccb17dc64a633bd428d3b4266f | |
parent | 3176a0145bc291218384ccee7d25bf2fc416d36c (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 |