project: add Cargo project files
Those files were generated using `cargo init pathtracer`.
This commit is contained in:
commit
35626278d1
3 changed files with 26 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
|
||||
|
||||
#Added by cargo
|
||||
#
|
||||
#already existing elements are commented out
|
||||
|
||||
#/target
|
||||
#**/*.rs.bk
|
||||
Loading…
Add table
Add a link
Reference in a new issue