templates: add .gitignore file (#254)

This commit is contained in:
Ivan Petkov 2023-02-25 23:01:57 +00:00 committed by GitHub
parent ba201b5632
commit 746a603a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

2
examples/alt-registry/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
result*

2
examples/cross-musl/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
result*

View File

@ -0,0 +1,2 @@
/target
result*

2
examples/cross-windows/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
result*

2
examples/custom-toolchain/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
result*

View File

@ -0,0 +1,2 @@
/target
result*

2
examples/quick-start/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
result*