mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Update .gitignore
This patch updates .gitignore file to ignore potential build products, tool object files and binaries Also fixes issue ARM-software/tf-issues#35 Change-Id: I053dfba4ec8fecbcca081cad5b4bf94f8abfb15c
This commit is contained in:
parent
cd52932098
commit
d59a6c6dbd
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1 +1,13 @@
|
|||
# Ignore miscellaneous files
|
||||
cscope.*
|
||||
*.swp
|
||||
*.patch
|
||||
.project
|
||||
.cproject
|
||||
|
||||
# Ignore build directory
|
||||
build/
|
||||
|
||||
# Ignore build products from tools
|
||||
tools/**/*.o
|
||||
tools/fip_create/fip_create
|
||||
|
|
Loading…
Add table
Reference in a new issue