Skip to content

Commit 8ee8161

Browse files
rustyrussellcdecker
authored andcommitted
pyln-spec: add .gitignore file for build detritus.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 447231f commit 8ee8161

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contrib/pyln-spec/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bolt1/build/
2+
bolt1/dist/
3+
bolt1/pyln_bolt1.egg-info/
4+
bolt2/build/
5+
bolt2/dist/
6+
bolt2/pyln_bolt2.egg-info/
7+
bolt4/build/
8+
bolt4/dist/
9+
bolt4/pyln_bolt4.egg-info/
10+
bolt7/build/
11+
bolt7/dist/
12+
bolt7/pyln_bolt7.egg-info/

0 commit comments

Comments
 (0)