diff options
author | muhviehstarr | 2023-07-17 11:28:32 +0200 |
---|---|---|
committer | muhviehstarr | 2023-07-17 11:28:32 +0200 |
commit | 06ca224b4308cfb6cc671d3385ee3681db619e1f (patch) | |
tree | 98f5189f1d1ff983418adc84d72c83b2da7f8c0c /.gitignore | |
download | aur-elasticsearch86.tar.gz |
initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..2c924da04155 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +!.gitignore +elasticsearch-7* +elasticsearch-8* +src/ +pkg/ |