gitignore: ignore IDE files
Ignore files related VS Code, PyCharm and gdb.
This commit is contained in:
parent
4cbbcdba87
commit
e3956ac831
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,3 +11,7 @@ __pycache__
|
|||
/test/.vagrant
|
||||
|
||||
/runners/org.osbuild.host
|
||||
|
||||
/.vscode
|
||||
/.idea
|
||||
/.gdb_history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue