diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 13:42:11 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-28 14:04:31 -0300 |
| commit | 7ac470c22e9e179daf0a10579a9f9e347cf6f94f (patch) | |
| tree | 52088fe954f23db0167120b29f0b3ec8b6828d7a /.gitignore | |
Move SCL into new project
SCL is now independant of dicelang, and thus deserving of its own repo.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8c76f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin/ +/target/ +/tags |
