scripts: tizen: sd_fusing: Use array for partition information
[platform/kernel/u-boot.git] / .gitignore
index f980ae6..3adc119 100644 (file)
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb
@@ -47,6 +48,7 @@ fit-dtb.blob*
 #
 # git files that we don't want to ignore even it they are dot-files
 #
+!.gbs.conf
 !.gitignore
 !.mailmap
 
@@ -91,3 +93,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__