diff options
author | Frederic Ye <yefrederic@gmail.com> | 2012-03-03 02:08:11 +0100 |
---|---|---|
committer | Frederic Ye <yefrederic@gmail.com> | 2012-03-03 02:08:17 +0100 |
commit | ca9eb76e12d2e6c92c33df98d64868519ce49733 (patch) | |
tree | 8e9b8025af49d8c0dd2099fa90e742227a3a8de1 | |
parent | 85d179675a1448a6e22c9e013bc4e6c4f9703670 (diff) | |
download | gitignore-ca9eb76e12d2e6c92c33df98d64868519ce49733.tar.gz gitignore-ca9eb76e12d2e6c92c33df98d64868519ce49733.zip |
Added Opa.gitignore
A .gitignore template for the Opa language <http://opalang.org>
-rw-r--r-- | Opa.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Opa.gitignore b/Opa.gitignore new file mode 100644 index 00000000..74c6219c --- /dev/null +++ b/Opa.gitignore @@ -0,0 +1,13 @@ +_build +_tracks + +opa-debug-js + +*.opp +*.opx +*.opx.broken +*.dump +*.api +*.api-txt +*.exe +*.log |