-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (35 loc) · 716 Bytes
/
.gitignore
File metadata and controls
46 lines (35 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# SCons related
*.dblite
# ignore all object files
*.o
*.pyc
*.a
# ignore generated protobuf files
*.pb.h
*.pb.c
# ignore generated outputs
*.bin
*.elf
*.fw
*.key
*.map
# ignore the whole bin/ directory containing only generated outputs
bin
# ignore encryption and signing keys, public too
*.key
*.pub
version.h
# python compiled
*.pyc
# ignore generated configuration files
.config
config.h
.config.old
# ignore documentation builddirectory
doc/build
# ignore repositories with downloaded libraries
# note: for in-tree libraries, add a .gitignore file in the
# corresponding lib subdirectory and exclude sources with !src/
lib/*/src
# ignore stamps marking library source preparation steps
lib/*/*.stamp