Add additional files and folders to .gitignore
Several additional file and folder types are added to .gitignore: - VSCode directory for for user and workspace settings. - *.orig files created by Git on merge conflicts. - Some artifacts related to the test procedure.
This commit is contained in:
parent
522ef4cf12
commit
871e5c65d1
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -29,3 +29,12 @@ tests/testCommand/testsFail/tests/t2
|
|||
*.ilk
|
||||
*.pdb
|
||||
|
||||
# Editors and IDEs project files and folders
|
||||
.vscode
|
||||
|
||||
# VCS artifacts
|
||||
*.orig
|
||||
|
||||
# Test procedure artifacts
|
||||
tests/nimble-test/
|
||||
nimble_*.nims
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue