Skip to content

Commit 72754e9

Browse files
committed
Update .gitignore
1 parent 69f63d5 commit 72754e9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ modules.builtin
3232
*.lzo
3333
*.patch
3434
*.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/
3546

3647
#
3748
# Top-level generic files
@@ -44,6 +55,13 @@ modules.builtin
4455
/System.map
4556
/Module.markers
4657
/Module.symvers
58+
bin/*.zip
59+
bin/kernel/zImage
60+
61+
#
62+
# Debian directory (make deb-pkg)
63+
#
64+
/debian/
4765

4866
#
4967
# git files that we don't want to ignore even it they are dot-files

0 commit comments

Comments
 (0)