Add a .gitignore for output of genbindings.sh
authorJeffrey Czyz <jkczyz@gmail.com>
Sun, 3 Apr 2022 23:27:00 +0000 (18:27 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 4 Apr 2022 03:12:04 +0000 (22:12 -0500)
lightning-c-bindings/.gitignore [new file with mode: 0644]

diff --git a/lightning-c-bindings/.gitignore b/lightning-c-bindings/.gitignore
new file mode 100644 (file)
index 0000000..493e9ec
--- /dev/null
@@ -0,0 +1,7 @@
+Cargo.lock
+a.out
+a.out.*
+include/ldk_ver.h
+ldk_net.o
+src/version.rs
+target