diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 40a0244345..b3cb07c2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ .DS_Store .vstags .*.swp + +# Rust languageoutput directory +target/ |
