diff --git a/.gitignore b/.gitignore index 9618231b7f..1e595c40c1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,17 @@ **/*.rs.bk /*/Cargo.lock /*/target/ -.DS_Store \ No newline at end of file +.DS_Store + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ +.vs/ \ No newline at end of file