diff options
author | Loïc Hoguin <[email protected]> | 2014-02-19 20:20:47 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-02-19 20:20:47 +0100 |
commit | c492c3eb06875b16b1fe3bf73d248b37bf3682aa (patch) | |
tree | bdeac9d246573457a25f21fc75e319aba32ba1bc | |
parent | 0d4ece08a7cce90a07cf33d4edad29bc324c7d90 (diff) | |
download | cowlib-c492c3eb06875b16b1fe3bf73d248b37bf3682aa.tar.gz cowlib-c492c3eb06875b16b1fe3bf73d248b37bf3682aa.tar.bz2 cowlib-c492c3eb06875b16b1fe3bf73d248b37bf3682aa.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66ce28d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.cowlib.plt +.erlang.mk.packages.* +_rel +deps +ebin +logs +relx +test/*.beam |