From 8ee8161fb4b5095bfa111597030c3a6c5b718009 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 24 Jun 2020 20:51:36 +0930 Subject: [PATCH] pyln-spec: add .gitignore file for build detritus. Signed-off-by: Rusty Russell --- contrib/pyln-spec/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/pyln-spec/.gitignore diff --git a/contrib/pyln-spec/.gitignore b/contrib/pyln-spec/.gitignore new file mode 100644 index 000000000..40e955094 --- /dev/null +++ b/contrib/pyln-spec/.gitignore @@ -0,0 +1,12 @@ +bolt1/build/ +bolt1/dist/ +bolt1/pyln_bolt1.egg-info/ +bolt2/build/ +bolt2/dist/ +bolt2/pyln_bolt2.egg-info/ +bolt4/build/ +bolt4/dist/ +bolt4/pyln_bolt4.egg-info/ +bolt7/build/ +bolt7/dist/ +bolt7/pyln_bolt7.egg-info/