From fb2e96716e50438660085dfcc94eb9ee0f7520cd Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Fri, 10 Jul 2015 13:31:31 +0000 Subject: [PATCH] Ignore *.o and built binaries --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b4ccde7..091d96af 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ missing Makefile gnuconfig.h stamp-h1 - +*.o +qstat +qstat.exe