diff options
author | Vitalii Kuzhdin | 2025-01-14 18:48:39 +0100 |
---|---|---|
committer | Vitalii Kuzhdin | 2025-01-14 18:48:39 +0100 |
commit | f46c8d1a2b7806cf33bbc0beb923a906cc41c28c (patch) | |
tree | 1d5412f4454e51087c661d967c42770f61907742 /.gitignore | |
parent | 22e6246ac734732cf4189ced7efb14063134cbaf (diff) | |
download | aur-f46c8d1a2b7806cf33bbc0beb923a906cc41c28c.tar.gz |
Initial build (1.0.0)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index a36ab9c3e1f2..018a3de08144 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,4 @@ -*.rpm -*.src.tar.* -*.pkg.tar.* -*.orig -*.rej -*.swp -*.part -src -pkg +* +!PKGBUILD +!.SRCINFO +!.gitignore |