net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)
[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/