From: Aleksey Demakov Date: Tue, 9 Jun 2009 21:03:50 +0000 (+0700) Subject: update .gitignore files X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c528f9c0f0f90176a3195ae15205861560c60265;p=francis%2Flibjit.git update .gitignore files --- 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