diff options
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 000000000..c5ec4a4cb --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,7 @@ +# Python +__pycache__/ +*.pyc + +# ODL Signer +.sign-artifacts +gpg-signatures |