summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-02 02:54:21 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-02 02:54:21 -0400
commite620daf3b1a40ae825c625bc4328fb7d2b3ee8b6 (patch)
treefaa469408ee78623eaa8d2720dcbb36096788ca1 /.gitignore
downloadintro-to-rust-yapc-na-2014-e620daf3b1a40ae825c625bc4328fb7d2b3ee8b6.tar.gz
intro-to-rust-yapc-na-2014-e620daf3b1a40ae825c625bc4328fb7d2b3ee8b6.zip
initial commitHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fbd93da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+00_intro
+01_hello
+02_sample
+03_sample-filter
+04_point
+05_enum
+06_enum-nonexhaustive
+07_enum-unknown-value
+08_enum-custom
+09_option
+10_vec
+11_str
+12_point-impl
+13_trait
+14_point-show
+15_borrow-error
+16_borrow-error
+17_borrow-error-fixed
+18_ownership_error
+19_list-error
+20_list
+21_spawn
+22_see_also