gitignore: Ignore cargo target directory
This commit is contained in:
parent
a692d567c0
commit
e087b24966
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
example*
|
||||
*.hi
|
||||
*.o
|
||||
target/
|
||||
|
|
Loading…
Reference in a new issue