Merge branch '2022-02-08-Kconfig-updates'
[platform/kernel/u-boot.git] / .gitignore
index 2e1c8bf..28c439f 100644 (file)
@@ -92,3 +92,13 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/