add out to gitignore
This commit is contained in:
parent
87f77db63d
commit
f66d19b0f3
|
@ -10,3 +10,5 @@ target/
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
# These artifacts are made when using Docker
|
||||||
|
out/
|
||||||
|
|
Loading…
Reference in New Issue