diff options
author | C. McEnroe | 2020-02-01 01:18:01 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-01 01:18:01 -0500 |
commit | 843160236381d0c76bef1eac89e556920d700a9d (patch) | |
tree | 469dc9d9e9c6b6928984f3fad8a545ef27385184 /.gitignore | |
parent | f76145645e6e183c53c5601294c985246c00fa92 (diff) |
Blindly implement login flow
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..ab80afd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +catgirl |