From f3919cb132ec16bbe3727a7bb3cb762ea2002d45 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 15 Jun 2011 17:27:15 +0900 Subject: [PATCH] Fix the ignore files to include the object files. --- ParoxysmII/source/.gitignore | 1 + klik/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/ParoxysmII/source/.gitignore b/ParoxysmII/source/.gitignore index 42857c0..1d20e78 100644 --- a/ParoxysmII/source/.gitignore +++ b/ParoxysmII/source/.gitignore @@ -1,4 +1,5 @@ *.dat *.sym +*.o .deps config.rh diff --git a/klik/.gitignore b/klik/.gitignore index d7524f4..a219b0e 100644 --- a/klik/.gitignore +++ b/klik/.gitignore @@ -1,5 +1,6 @@ *.dat *.qfo +*.o *.sym .deps Makefile.deps