From e10d7dc5b4433f9f937bc9bba5b4cdc85eafd883 Mon Sep 17 00:00:00 2001 From: letitz Date: Wed, 17 Dec 2014 01:10:33 -0500 Subject: [PATCH] Initial commit --- .gitignore | 29 +++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edf6645 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex diff --git a/README.md b/README.md new file mode 100644 index 0000000..186d5db --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +yamalloc +======== + +Yet Another Malloc