Skip to content

Commit

Permalink
gitignore: ignore IDE files
Browse files Browse the repository at this point in the history
Ignore files related VS Code, PyCharm and gdb.
  • Loading branch information
gicmo committed Feb 5, 2020
1 parent 4cbbcdb commit e3956ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ __pycache__
/test/.vagrant

/runners/org.osbuild.host

/.vscode
/.idea
/.gdb_history

0 comments on commit e3956ac

Please sign in to comment.