net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196)
[platform/kernel/u-boot.git] / .gitignore
index e66aa86..28c439f 100644 (file)
@@ -95,3 +95,10 @@ GTAGS
 
 # Python cache
 __pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/