diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 011bc9efd3..4f30fbe514 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ .*.swp *~ *.class + +# Rust languageoutput directory +target/ |
