We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f63d5 commit 72754e9Copy full SHA for 72754e9
.gitignore
@@ -32,6 +32,17 @@ modules.builtin
32
*.lzo
33
*.patch
34
*.gcno
35
+*.log
36
+ashldi3.S
37
+piggy.xzkern
38
+piggy.xzkern.S
39
+arch/arm/boot/compressed/ashldi3.S
40
+arch/arm/boot/compressed/piggy.xzkern
41
+mkboot
42
+zip
43
+
44
+# build dir
45
+build/
46
47
#
48
# Top-level generic files
@@ -44,6 +55,13 @@ modules.builtin
55
/System.map
56
/Module.markers
57
/Module.symvers
58
+bin/*.zip
59
+bin/kernel/zImage
60
61
+#
62
+# Debian directory (make deb-pkg)
63
64
+/debian/
65
66
49
67
# git files that we don't want to ignore even it they are dot-files
0 commit comments