diff options
author | Joursoir <chat@joursoir.net> | 2020-11-17 23:59:51 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-11-17 23:59:51 +0300 |
commit | 83645ac2b31ed10aecb00d660399c0a4d3ce4df2 (patch) | |
tree | d53a7360d6d25e6e6db9f69b4d0b681d34c175f3 /.gitignore | |
download | want-chat-83645ac2b31ed10aecb00d660399c0a4d3ce4df2.tar.gz want-chat-83645ac2b31ed10aecb00d660399c0a4d3ce4df2.tar.bz2 want-chat-83645ac2b31ed10aecb00d660399c0a4d3ce4df2.zip |
init project
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..aea0610 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +architecture/ +*.o
\ No newline at end of file |