From 682c489e5c349d78895ebaf050e354c9cea8bac0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 14 Jun 2009 20:53:39 -0700 Subject: [PATCH] Fine-tune .gitignore patterns. --- .gitignore | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e0ee77a15..df9a0e3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,17 @@ -C/ -LOG -html/ -linux/ -macosx/ +/C/ +/LOG +/html/ +/linux/ +/macosx/ .edwin-ffi +*.bin +*.ext +*.com +*.bci +*.pkd +*.crf +*.fre +TAGS +*.o +*.lo +*.la -- 2.25.1