diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-12-17 20:23:06 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-12-17 20:24:22 +0100 |
commit | bde7175e5bbcc7f31b52d28bc53e5746528db9b4 (patch) | |
tree | 9b17c770671d4a9cd8f67bdbd862cb2c61639f56 /.gitignore | |
download | icaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.tar.gz icaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.tar.bz2 icaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.zip |
Initial commit.
Just print the event found with start time, end time and summary.
It's a start of some sort.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53eaa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk |