gitignore: add hide-defaults-note and a few more files
Add hide-defaults-note to the .gitignore file to prevent people from commiting it by mistake. Also add the Eclipse .settings folder. Also ignore all the .*project file (IDEs typical pattern for project files) Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
2d96c13100
commit
af71ca3a8b
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -34,11 +34,11 @@ scripts/grub
|
|||
doc/reference/kconfig/*.rst
|
||||
doc/doc.warnings
|
||||
tags
|
||||
.project
|
||||
.cproject
|
||||
.xxproject
|
||||
.*project
|
||||
.settings
|
||||
.envrc
|
||||
.vscode
|
||||
hide-defaults-note
|
||||
|
||||
# Tag files
|
||||
GPATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue