From d6d2d619baad3aa74ed5886f4355eb59f19599a9 Mon Sep 17 00:00:00 2001 From: Chiatiah Calson Noah Date: Tue, 15 May 2018 23:57:22 +0100 Subject: [PATCH] included to-ignore files --- .gitignore | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index f805e81..072ecd0 100755 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,9 @@ -# Object files -*.o -*.ko -*.obj -*.elf +#compiled program +cmd_typist -# Precompiled Headers -*.gch -*.pch +#app configuration +cmdtypist.conf -# Libraries -*.lib -*.a -*.la -*.lo +#user data +/speed/user_speed.info -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex - -# Debug files -*.dSYM/ -*.su