diff options
author | Matheus | 2024-02-04 15:00:12 +0100 |
---|---|---|
committer | Matheus | 2024-02-04 15:00:12 +0100 |
commit | 93f6e0fefce01ba04b677658f3a9bab8653b429a (patch) | |
tree | 653cf7c5dad93e19796aa06ebbd9ba4e1779f1b8 /.gitignore | |
parent | 8ae318e0ef9eab2964e449dff988ef17eaca8f8c (diff) | |
download | aur-93f6e0fefce01ba04b677658f3a9bab8653b429a.tar.gz |
.gitignore update
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index df64ee738be2..77263a0871c1 100755 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,9 @@ -* -!*.desktop -!*.install -!*.png -!*.sh -!*.sysusers -!*.tmpfiles -!.gitignore -!.SRCINFO -!PKGBUILD +/* +!/*.desktop +!/*.install +!/*.png +!/*.sh +!/*.sysusers +!/*.tmpfiles +!/.SRCINFO +!/PKGBUILD |