From 572ce633e134e53bd6a72220613feb82a5ef0a16 Mon Sep 17 00:00:00 2001 From: tsyrogit Date: Fri, 2 Jan 2015 23:56:49 +0000 Subject: Initial commit --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3