diff options
author | June McEnroe <june@causal.agency> | 2020-02-01 01:18:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-01 01:18:01 -0500 |
commit | 843160236381d0c76bef1eac89e556920d700a9d (patch) | |
tree | 469dc9d9e9c6b6928984f3fad8a545ef27385184 /.gitignore | |
parent | Add more login options to the manual page (diff) | |
download | catgirl-843160236381d0c76bef1eac89e556920d700a9d.tar.gz catgirl-843160236381d0c76bef1eac89e556920d700a9d.zip |
Blindly implement login flow
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab80afd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +catgirl |