From 746a603a617f8b81221783640ed5210233619232 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sat, 25 Feb 2023 23:01:57 +0000 Subject: [PATCH] templates: add .gitignore file (#254) --- examples/alt-registry/.gitignore | 2 ++ examples/cross-musl/.gitignore | 2 ++ examples/cross-rust-overlay/.gitignore | 2 ++ examples/cross-windows/.gitignore | 2 ++ examples/custom-toolchain/.gitignore | 2 ++ examples/quick-start-simple/.gitignore | 2 ++ examples/quick-start/.gitignore | 2 ++ 7 files changed, 14 insertions(+) create mode 100644 examples/alt-registry/.gitignore create mode 100644 examples/cross-musl/.gitignore create mode 100644 examples/cross-rust-overlay/.gitignore create mode 100644 examples/cross-windows/.gitignore create mode 100644 examples/custom-toolchain/.gitignore create mode 100644 examples/quick-start-simple/.gitignore create mode 100644 examples/quick-start/.gitignore 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*