samsung: tizen_amlogic: increase ramdisk size from 8M to 32M
[platform/kernel/u-boot.git] / .gitignore
index d8b7b77..3adc119 100644 (file)
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb
@@ -17,6 +18,7 @@
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
@@ -46,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
 
@@ -90,3 +93,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__