Skip to content

Commit 930f60b

Browse files
author
Phil Elwell
committed
.gitignore: Initial commit
1 parent 387c55f commit 930f60b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.gitignore

+45
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)