tisc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 98ae81c0dc0fbf77f21282c1f439b51888b793bb
Author: Paul Longtine <paul@nanner.co>
Date:   Fri Dec 19 18:25:41 2014

Initial commit

Diffstat:
 .gitignore | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/.gitignore 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