Merge pull request #1595 from Yann-lms/dts_dep
[project/bcm63xx/atf.git] / .gitignore
1 # Ignore miscellaneous files
2 cscope.*
3 *.swp
4 *.patch
5 *~
6 .project
7 .cproject
8
9 # Ignore build directory
10 build/
11
12 # Ignore build products from tools
13 tools/**/*.o
14 tools/fiptool/fiptool
15 tools/fiptool/fiptool.exe
16 tools/cert_create/src/*.o
17 tools/cert_create/src/**/*.o
18 tools/cert_create/cert_create
19 tools/cert_create/cert_create.exe
20 tools/doimage/doimage
21 tools/stm32image/*.o
22 tools/stm32image/stm32image
23 tools/stm32image/stm32image.exe
24
25 # GNU GLOBAL files
26 GPATH
27 GRTAGS
28 GSYMS
29 GTAGS