Skip to content

Commit d0cdf44

Browse files
committed
Add a .gitignore file
Add the build/ directory to this file so that it doesn't show up in 'git status'. Signed-off-by: Simon Glass <[email protected]>
1 parent 2cb1e38 commit d0cdf44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Build output
2+
build/

0 commit comments

Comments
 (0)