We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387c55f commit 930f60bCopy full SHA for 930f60b
.gitignore
@@ -0,0 +1,45 @@
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 (sorted alphabetically)
11
12
+.*
13
+*.a
14
+*.bin
15
+*.bz2
16
+*.c.[012]*.*
17
+*.dtb*
18
+*.dtb.S
19
+*.dwo
20
+*.elf
21
+*.exe
22
+*.gcno
23
+*.gz
24
+*.i
25
+*.ko
26
+*.ll
27
+*.lst
28
+*.lz4
29
+*.lzma
30
+*.lzo
31
+*.mod.c
32
+*.o
33
+*.o.*
34
+*.order
35
+*.orig
36
+*.patch
37
+*.s
38
+*.so
39
+*.so.dbg
40
+*.su
41
+*.symtypes
42
+*.tar
43
+*.xz
44
+*~
45
+\#*#
0 commit comments