From 78da08ae81e56f2bdc9d2d19194d6fff3e56b43d Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Fri, 26 Aug 2016 14:47:46 +0200 Subject: [PATCH] initial commit --- .gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 66 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35fc333 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> C +# 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 + +# Debug files +*.dSYM/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..54b68a0 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# imanox-chroma-matting +