From 2c40623d912db878b7fcf815da9641258b302039 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 21 Feb 2015 22:25:06 -0500 Subject: [PATCH] Initial file --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5daa53ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# 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 +