diff options
author | Wu Zhenyu | 2023-06-19 00:25:45 +0800 |
---|---|---|
committer | Wu Zhenyu | 2023-06-19 00:25:45 +0800 |
commit | 1a792a726f36859518f082054ff5a08c5f2c4845 (patch) | |
tree | 4c94030e594b903c5034ad605597be6a1fbdb903 /.gitignore | |
download | aur-1a792a726f36859518f082054ff5a08c5f2c4845.tar.gz |
:tada: Initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..8a5cafba2b8e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/* +!/.gitignore +!/PKGBUILD +!/.SRCINFO +!/*.install |