gitignore: add build directory to ignore list
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
12f8f76165
commit
d5c43eda9c
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
build
|
||||
cscope.*
|
||||
.dir
|
||||
outdir
|
||||
|
|
Loading…
Reference in a new issue