projects
/
crypto_lab1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Add .gitignore.
author
Ummon
<greg.burri@gmail.com>
Tue, 28 Oct 2014 11:18:15 +0000
(12:18 +0100)
committer
Ummon
<greg.burri@gmail.com>
Tue, 28 Oct 2014 11:18:15 +0000
(12:18 +0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
37727f9
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,11
@@
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/