diff options
author | Lucas Werkmeister | 2022-10-25 22:39:22 +0200 |
---|---|---|
committer | Lucas Werkmeister | 2022-10-25 22:40:59 +0200 |
commit | e774f76bf2e354291d707260e05ca6b8f4065e96 (patch) | |
tree | 59c4f8ce2f6b9b18cb4fb3ec2fc1feba54569001 /.gitignore | |
download | aur-e774f76bf2e354291d707260e05ca6b8f4065e96.tar.gz |
Initial commit
Based on jdk17-graalvm-bin. test.sh isn’t testing Espresso yet because
the initial GraalVM JDK 19 release doesn’t include Espresso. Without
optdepends because “used to bundled with this package” isn’t true here.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..3372492e0b3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# source +/*.tar.gz + +# build +/src/ +/pkg/ + +# package +/*.pkg.tar* |