diff --git a/examples/alt-registry/.gitignore b/examples/alt-registry/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/alt-registry/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/cross-musl/.gitignore b/examples/cross-musl/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/cross-musl/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/cross-rust-overlay/.gitignore b/examples/cross-rust-overlay/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/cross-rust-overlay/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/cross-windows/.gitignore b/examples/cross-windows/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/cross-windows/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/custom-toolchain/.gitignore b/examples/custom-toolchain/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/custom-toolchain/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/quick-start-simple/.gitignore b/examples/quick-start-simple/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/quick-start-simple/.gitignore @@ -0,0 +1,2 @@ +/target +result* diff --git a/examples/quick-start/.gitignore b/examples/quick-start/.gitignore new file mode 100644 index 0000000..8ea0ee8 --- /dev/null +++ b/examples/quick-start/.gitignore @@ -0,0 +1,2 @@ +/target +result*