diff options
author | Darren Ng | 2021-07-18 00:09:38 +0800 |
---|---|---|
committer | Darren Ng | 2021-07-18 00:09:38 +0800 |
commit | ac873c38a01f1bade53538097a4d1cc028a7e79b (patch) | |
tree | ca0a03e0e87de661b0ac52e9c74f5a28e381a124 /.gitignore | |
parent | ecf128f6d257434d9af798ee07b340bdd419c0ea (diff) | |
download | aur-kore.tar.gz |
Add Python support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 924dfb95c209..1b33d53db642 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -pkg/ -src/ -*.tar.* +* + +!/.gitignore +!/PKGBUILD +!/.SRCINFO +!/*.patch |