Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ # rustc/cargo outputs -/Cargo.lock -/target +Cargo.lock +target +rustc-ice-*.txt # Visual Studio Code /.vscode |