From 26ee65a16c38d7bed4fd6e25962f887115540ced Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 29 Mar 2019 15:13:10 +1100 Subject: 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 --- pylibfdt/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylibfdt') 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 -- cgit v1.2.1