projects
/
oneeuroocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3641c14
)
.gitignire
author
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Sun, 23 Sep 2018 14:38:49 +0000
(16:38 +0200)
committer
GitHub
<noreply@github.com>
Sun, 23 Sep 2018 14:38:49 +0000
(16:38 +0200)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
1148ca9
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,26
@@
+.DS-Store
+*~
+
+*.annot
+*.cmo
+*.cma
+*.cmi
+*.a
+*.o
+*.cmx
+*.cmxs
+*.cmxa
+
+# ocamlbuild working directory
+_build/
+
+# ocamlbuild targets
+*.byte
+*.native
+
+# oasis generated files
+setup.data
+setup.log
+
+# Merlin configuring file for Vim and Emacs
+.merlin