diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-05 18:39:03 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-05 18:39:03 -0500 |
commit | 36bba1cacd2353d97f26ade5aeeca01a3ce9a4cb (patch) | |
tree | 5bee3c0f436b898dac5b67abaa0dc7c5e779c12a /.gitignore | |
download | old-guff-36bba1cacd2353d97f26ade5aeeca01a3ce9a4cb.tar.bz2 old-guff-36bba1cacd2353d97f26ade5aeeca01a3ce9a4cb.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37a3029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/doc/ +/libs/ +/.crystal/ +/.shards/ + + |