diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-11 15:58:45 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-11 15:58:45 -0700 |
commit | 5cf81a70bbe98acec3ac66726a7ad6fc6fa51cc4 (patch) | |
tree | e272acbac09389b5a2640eb7c4ee3b6159f346be | |
parent | 9c2c8e80986dc94a7c76932f05b5b5dd8418434b (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 |