diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-21 08:15:41 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-21 08:15:41 -0800 |
commit | 621776cd94890936b24f3abb8b7ec1f36dad9150 (patch) | |
tree | ea6a0caf07cc23f132a795c8b3788b6b48128e4c /.gitignore | |
download | alacritty-621776cd94890936b24f3abb8b7ec1f36dad9150.tar.gz alacritty-621776cd94890936b24f3abb8b7ec1f36dad9150.zip |
Initialize new cargo binary project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target |