diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-05-27 15:29:21 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-05-27 15:29:21 -0600 |
commit | ceec171c42bd79f1762b971569e20ead656f4fd0 (patch) | |
tree | 1880be0b1cef9786be5bc818cbd50095cd797a6d /lib/Adafruit_Python_GPIO/.gitignore | |
parent | 611a8b7be4331e4f8416c4d10a0be47a109b47e4 (diff) |
Moving libs into separate own directory
Diffstat (limited to 'lib/Adafruit_Python_GPIO/.gitignore')
-rw-r--r-- | lib/Adafruit_Python_GPIO/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Adafruit_Python_GPIO/.gitignore b/lib/Adafruit_Python_GPIO/.gitignore new file mode 100644 index 0000000..dd4b68c --- /dev/null +++ b/lib/Adafruit_Python_GPIO/.gitignore @@ -0,0 +1,7 @@ +build/ +dist/ +*.egg-info +*.pyc +setuptools* + +.idea
\ No newline at end of file |