diff options
author | Wu, Zhenyu | 2024-12-07 00:21:21 +0800 |
---|---|---|
committer | Wu, Zhenyu | 2024-12-07 00:21:21 +0800 |
commit | c3cbdaeedf1dc7c3396db2ab0d5477f518a9c6fa (patch) | |
tree | f87d2d7b1de50c33eaf9ae41e711960922be61d7 /.gitignore | |
download | aur-c3cbdaeedf1dc7c3396db2ab0d5477f518a9c6fa.tar.gz |
:tada: Initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..98121c742e12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/* +!/*.rockspec +!/.gitignore +!/PKGBUILD +!/.SRCINFO +!/*.install +!/nvchecker.toml |