.gitignore 702 Bytes
Newer Older
Jeenu Viswambharan's avatar
Jeenu Viswambharan committed
1
# Ignore miscellaneous files
2
cscope.*
Jeenu Viswambharan's avatar
Jeenu Viswambharan committed
3
4
*.swp
*.patch
5
*~
Jeenu Viswambharan's avatar
Jeenu Viswambharan committed
6
7
8
9
10
11
12
13
.project
.cproject

# Ignore build directory
build/

# Ignore build products from tools
tools/**/*.o
14
15
16
17
tools/renesas/rcar_layout_create/*.bin
tools/renesas/rcar_layout_create/*.srec
tools/renesas/rcar_layout_create/*.map
tools/renesas/rcar_layout_create/*.elf
dp-arm's avatar
dp-arm committed
18
19
tools/fiptool/fiptool
tools/fiptool/fiptool.exe
20
tools/cert_create/src/*.o
21
tools/cert_create/src/**/*.o
22
tools/cert_create/cert_create
23
tools/cert_create/cert_create.exe
24
tools/marvell/doimage/doimage
25
tools/amlogic/doimage
26
27
28
tools/stm32image/*.o
tools/stm32image/stm32image
tools/stm32image/stm32image.exe
29
30
tools/sptool/sptool
tools/sptool/sptool.exe
31

32
33
34
35
36
# GNU GLOBAL files
GPATH
GRTAGS
GSYMS
GTAGS