aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2019-03-29 15:13:10 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-03-29 15:43:24 +1100
commit26ee65a16c38d7bed4fd6e25962f887115540ced (patch)
treeb209abf801f7dc328c72517b40d6f599beeb1633 /pylibfdt
parentcca6546244cba043d8c17c1a1c5224393b544066 (diff)
downloaddtc-26ee65a16c38d7bed4fd6e25962f887115540ced.zip
dtc-26ee65a16c38d7bed4fd6e25962f887115540ced.tar.gz
dtc-26ee65a16c38d7bed4fd6e25962f887115540ced.tar.bz2
Use Python3 by default
Python2 is deprecated upstream, lets try to move forwards. Along with it generalize the .gitignore file so we ignore the .pyc files in the new location that Python3 uses. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'pylibfdt')
-rw-r--r--pylibfdt/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylibfdt/.gitignore b/pylibfdt/.gitignore
index 5e8c5e3..f63a8f1 100644
--- a/pylibfdt/.gitignore
+++ b/pylibfdt/.gitignore
@@ -1,3 +1,3 @@
libfdt.py
-libfdt.pyc
+*.pyc
libfdt_wrap.c