Add .gitignore.
authorUmmon <greg.burri@gmail.com>
Tue, 28 Oct 2014 11:18:15 +0000 (12:18 +0100)
committerUmmon <greg.burri@gmail.com>
Tue, 28 Oct 2014 11:18:15 +0000 (12:18 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..37727f9
--- /dev/null
@@ -0,0 +1,11 @@
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/