]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - .gitignore
net: phy: mscc: make clock-output configurable on vsc85xx
[thirdparty/u-boot.git] / .gitignore
index f980ae6f703e1e8fc14c04c4fb2268a269b37e38..e66aa864da62c8ccc06a6f72b9bd528f771d4042 100644 (file)
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb
@@ -91,3 +92,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__