Compare commits
No commits in common. "be0799c76f129c2c3dc70d8e304c70ac82091a75" and "aa041b674aba4b9e23a4f12f5fdcb6150513bcb4" have entirely different histories.
be0799c76f
...
aa041b674a
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -1,8 +0,0 @@
|
|||||||
* text=auto
|
|
||||||
|
|
||||||
*.c diff=c
|
|
||||||
*.cpp diff=cpp
|
|
||||||
*.h diff=h
|
|
||||||
*.hpp diff=hpp
|
|
||||||
|
|
||||||
CHANGELOG.md export-ignore
|
|
60
.gitignore
vendored
60
.gitignore
vendored
@ -1,60 +0,0 @@
|
|||||||
### 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
|
|
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,16 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
### Added
|
|
||||||
-
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
-
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
-
|
|
||||||
|
|
@ -1,7 +1,3 @@
|
|||||||
# Ratatoskr - C Messenger Server
|
# cpp-messenger-server
|
||||||
|
|
||||||
An exercise in C/C++ to make a messenger server akin to MSN/Yahoo/AOL Messenger.
|
An exercise in 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.
|
|
10
src/main.c
10
src/main.c
@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
* src/main.c
|
|
||||||
*
|
|
||||||
* The main entrypoint for the program.
|
|
||||||
*/
|
|
||||||
|
|
||||||
int main (int argc, char **argv) {
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user