diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-05-16 01:22:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-05-16 01:22:46 -0400 |
commit | 61aeb4684ad87a4efaf8f69e9962c615feb937fd (patch) | |
tree | 385322d76affa1f64c722d368d7692276de6cce2 | |
parent | ae667b4222a718f99091ec8bb1fb130970b051e7 (diff) | |
download | guff-61aeb4684ad87a4efaf8f69e9962c615feb937fd.tar.bz2 guff-61aeb4684ad87a4efaf8f69e9962c615feb937fd.zip |
add .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/ + + |