From c528f9c0f0f90176a3195ae15205861560c60265 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Wed, 10 Jun 2009 04:03:50 +0700 Subject: [PATCH] update .gitignore files --- dpas/.gitignore | 2 ++ jit/.gitignore | 2 ++ jitdynamic/.gitignore | 2 ++ jitplus/.gitignore | 2 ++ tools/.gitignore | 7 ++----- tutorial/.gitignore | 2 ++ 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/dpas/.gitignore b/dpas/.gitignore index aac375d..8cf4540 100644 --- a/dpas/.gitignore +++ b/dpas/.gitignore @@ -8,3 +8,5 @@ dpas-scanner.c dpas *.lo *.la +*.o +*.a diff --git a/jit/.gitignore b/jit/.gitignore index a3a151f..3474294 100644 --- a/jit/.gitignore +++ b/jit/.gitignore @@ -8,3 +8,5 @@ jit-interp-labels.h *.slc *.lo *.la +*.o +*.a diff --git a/jitdynamic/.gitignore b/jitdynamic/.gitignore index 6e5ca7e..734df95 100644 --- a/jitdynamic/.gitignore +++ b/jitdynamic/.gitignore @@ -4,3 +4,5 @@ Makefile.in .libs *.lo *.la +*.o +*.a diff --git a/jitplus/.gitignore b/jitplus/.gitignore index 6e5ca7e..734df95 100644 --- a/jitplus/.gitignore +++ b/jitplus/.gitignore @@ -4,3 +4,5 @@ Makefile.in .libs *.lo *.la +*.o +*.a diff --git a/tools/.gitignore b/tools/.gitignore index 3ec2e02..0e470ed 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -4,15 +4,12 @@ Makefile.in .libs gen-apply gen-apply.exe -gen-sel -gen-sel.exe gen-rules gen-rules.exe *.lo *.la -gen-sel-parser.c -gen-sel-parser.h -gen-sel-scanner.c +*.o +*.a gen-rules-parser.c gen-rules-parser.h gen-rules-scanner.c diff --git a/tutorial/.gitignore b/tutorial/.gitignore index 805548d..14a485d 100644 --- a/tutorial/.gitignore +++ b/tutorial/.gitignore @@ -10,3 +10,5 @@ t4 t5 *.lo *.la +*.o +*.a -- 2.47.3