From 0ad09c0e8f8b03196ead6b0253f94207a3ffe2d6 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Mon, 25 Jul 2022 15:54:46 -0600 Subject: [PATCH] added git meta files, updated readme --- .gitattributes | 8 +++++++ .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 8 +++++-- 3 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6191cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.c diff=c +*.cpp diff=cpp +*.h diff=h +*.hpp diff=hpp + +CHANGELOG.md export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a91643d --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +### Project Specific +# Files +*.d +*.slo +*.lo +*.o +*.ko +*.obj +*.elf +*.ilk +*.map +*.exp +*.gch +*.pch +*.so +*.so.* +*.dylib +*.dll +*.mod +*.smod +*.lai +*.la +*.a +*.lib +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +*.su +*.idb +*.pdb +*.mod* +*.cmd +modules.order +Module.symvers +Mkfile.old +dkms.conf + +# Directories +.dSYM/ +.tmp_versions/ + +### Editor Specific +# Files +/*.sublime-project +/*.sublime-workspace + +# Directories +/.idea +/.vscode + +### System Specific +# Files +.DS_Store +Thumbs.db + +# Directories +__MACOSX diff --git a/README.md b/README.md index 55b970c..14788d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# cpp-messenger-server +# Ratatoskr - C Messenger Server -An exercise in C++ to make a messenger server akin to MSN/Yahoo/AOL Messenger. \ No newline at end of file +An exercise in C/C++ to make a messenger server akin to MSN/Yahoo/AOL Messenger. + +### Ratatoskr + +A simple messenger in the form of a squirrel that travels between the eagle atop Yggdrassil and the dragon Nidhoggr at the roots of Yggdrassil.