diff options
author | Matthew McGinn | 2020-01-12 18:12:34 -0500 |
---|---|---|
committer | Matthew McGinn | 2020-01-12 18:12:34 -0500 |
commit | a902c1c51b9fb0c0f2dcf25165f692faec22e5bf (patch) | |
tree | 69f49814fbe92acadba1574f6a170bede92f0cc3 | |
parent | c6e7ea5ff4defa9b7c78255f2c2d4bd405ce7e25 (diff) | |
download | aur-a902c1c51b9fb0c0f2dcf25165f692faec22e5bf.tar.gz |
update .gitignore
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r-- | .gitignore | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 26ea83fd2ca..ba3aea681b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ * -!PKGBUILD -!LICENSE -!.SRCINFO -!*.patch +!*.conf !*.desktop !*.install +!*.patch +!*.rules !*.service !*.sh -!*.conf +!*.sysusers +!*.tmpfiles +!.SRCINFO !.gitignore +!COPYRIGHT +!LICENSE +!PKGBUILD |