File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # NOTE! Don't add files that are generated in specific
3
+ # subdirectories here. Add them in the ".gitignore" file
4
+ # in that subdirectory instead.
5
+ #
6
+ # NOTE! Please use 'git-ls-files -i --exclude-standard'
7
+ # command after changing this file, to see if there are
8
+ # any tracked files which get ignored after the change.
9
+ #
10
+ # Normal rules
11
+ #
12
+ . *
13
+ * .o
14
+ * .o. *
15
+ * .a
16
+ * .s
17
+ * .ko
18
+ * .so
19
+ * .so.dbg
20
+ * .mod.c
21
+ * .i
22
+ * .lst
23
+ * .symtypes
24
+ * .order
25
+ * .elf
26
+ * .bin
27
+ * .gz
28
+ * .dump
29
+
30
+ ! .gitignore
31
+
32
+ openiboot /* .img3
33
+ openiboot /* .img2
34
+ openiboot /openiboot
35
+ openiboot /mk8900image /mk8900image
36
+
37
+ openiboot /images /bin2c
38
+
39
+ tools /client /linux /oibc
40
+ tools /client /linux /loadibec
41
+ tools /client /linux /linux
42
+ tools /iRecovery /irecovery
43
+
44
+ * .orig
45
+ * ~
46
+ \# * #
You can’t perform that action at this time.
0 commit comments