diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-01-31 20:54:41 +0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-01-31 20:54:41 +0500 |
commit | 68ef875b1e530fd8451b99deadd3d2f252d43e38 (patch) | |
tree | 99664cbb73aae35f52f044a40791df1fbb377037 /.gitignore | |
download | vyconf-68ef875b1e530fd8451b99deadd3d2f252d43e38.tar.gz vyconf-68ef875b1e530fd8451b99deadd3d2f252d43e38.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fea4c45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa |