mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
pyln-spec: add .gitignore file for build detritus.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
447231f52e
commit
8ee8161fb4
1 changed files with 12 additions and 0 deletions
12
contrib/pyln-spec/.gitignore
vendored
Normal file
12
contrib/pyln-spec/.gitignore
vendored
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue