From ceec171c42bd79f1762b971569e20ead656f4fd0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 27 May 2018 15:29:21 -0600 Subject: Moving libs into separate own directory --- lib/Adafruit_Python_GPIO/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/Adafruit_Python_GPIO/.gitignore (limited to 'lib/Adafruit_Python_GPIO/.gitignore') 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 -- cgit v1.2.3