--- .gitignore | 14 ++++ build-aux/.gitignore | 15 +++++ doc/.gitignore | 4 + lib/.gitignore | 4 + src/inst/.gitignore | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/parse/.gitignore | 11 ++++ 6 files changed, 212 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 build-aux/.gitignore create mode 100644 doc/.gitignore create mode 100644 lib/.gitignore create mode 100644 src/inst/.gitignore create mode 100644 src/parse/.gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9647d5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +Makefile.in +Makefile +.deps +*.pyc +*.stamp +*~ + +/_build* +/aclocal.m4 +/autom4te.cache +/config.h.in +/configure +/gnulib +/m4 diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 0000000..c285e94 --- /dev/null +++ b/build-aux/.gitignore @@ -0,0 +1,15 @@ +/config.guess +/config.sub +/depcomp +/install-sh +/libtool.m4 +/link-warning.h +/ltmain.sh +/ltoptions.m4 +/ltsugar.m4 +/ltversion.m4 +/lt~obsolete.m4 +/mdate-sh +/missing +/texinfo.tex +/ylwrap diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..ece4597 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +/inst-set.texi +/nolimips.info +/stamp-vti +/version.texi diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..14e3786 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,4 @@ +/Makefile.am +/stddef.in.h +/stdint.in.h +/wchar.in.h diff --git a/src/inst/.gitignore b/src/inst/.gitignore new file mode 100644 index 0000000..098f6ab --- /dev/null +++ b/src/inst/.gitignore @@ -0,0 +1,164 @@ +/add.cc +/add.hh +/add.hxx +/addi.cc +/addi.hh +/addi.hxx +/addiu.cc +/addiu.hh +/addiu.hxx +/addu.cc +/addu.hh +/addu.hxx +/all.hh +/and.cc +/and.hh +/and.hxx +/andi.cc +/andi.hh +/andi.hxx +/beq.cc +/beq.hh +/beq.hxx +/bgezal.cc +/bgezal.hh +/bgezal.hxx +/bgez.cc +/bgez.hh +/bgez.hxx +/bgtz.cc +/bgtz.hh +/bgtz.hxx +/blez.cc +/blez.hh +/blez.hxx +/bltzal.cc +/bltzal.hh +/bltzal.hxx +/bltz.cc +/bltz.hh +/bltz.hxx +/bne.cc +/bne.hh +/bne.hxx +/decl.hh +/div.cc +/div.hh +/div.hxx +/divu.cc +/divu.hh +/divu.hxx +/fwd.hh +/inst-builder-gen.stamp +/inst-nodes-gen.stamp +/inst-solver-gen.stamp +/jal.cc +/jal.hh +/jal.hxx +/jalr.cc +/jalr.hh +/jalr.hxx +/j.cc +/j.hh +/j.hxx +/jr.cc +/jr.hh +/jr.hxx +/lb.cc +/lb.hh +/lb.hxx +/lbu.cc +/lbu.hh +/lbu.hxx +/lui.cc +/lui.hh +/lui.hxx +/lw.cc +/lw.hh +/lw.hxx +/mfc0.cc +/mfc0.hh +/mfc0.hxx +/mfhi.cc +/mfhi.hh +/mfhi.hxx +/mflo.cc +/mflo.hh +/mflo.hxx +/mtc0.cc +/mtc0.hh +/mtc0.hxx +/mthi.cc +/mthi.hh +/mthi.hxx +/mtlo.cc +/mtlo.hh +/mtlo.hxx +/mul.cc +/mul.hh +/mul.hxx +/nodes.mk +/nor.cc +/nor.hh +/nor.hxx +/or.cc +/or.hh +/or.hxx +/ori.cc +/ori.hh +/ori.hxx +/program_builder.hh +/program_solver.cc +/program_solver.hh +/sb.cc +/sb.hh +/sb.hxx +/sll.cc +/sll.hh +/sll.hxx +/sllv.cc +/sllv.hh +/sllv.hxx +/slt.cc +/slt.hh +/slt.hxx +/slti.cc +/slti.hh +/slti.hxx +/sltiu.cc +/sltiu.hh +/sltiu.hxx +/sltu.cc +/sltu.hh +/sltu.hxx +/sra.cc +/sra.hh +/sra.hxx +/srav.cc +/srav.hh +/srav.hxx +/srl.cc +/srl.hh +/srl.hxx +/srlv.cc +/srlv.hh +/srlv.hxx +/sub.cc +/sub.hh +/sub.hxx +/subu.cc +/subu.hh +/subu.hxx +/sw.cc +/sw.hh +/sw.hxx +/syscall.cc +/syscall.hh +/syscall.hxx +/visitor.hh +/xor.cc +/xor.hh +/xor.hxx +/xori.cc +/xori.hh +/xori.hxx diff --git a/src/parse/.gitignore b/src/parse/.gitignore new file mode 100644 index 0000000..9baa3fd --- /dev/null +++ b/src/parse/.gitignore @@ -0,0 +1,11 @@ +/asm-parse.cc +/asm-parse.hh +/asm-parse.yy +/asm-parse.output +/asm-parse.xml +/asm-parse.html +/asm-scan.cc* +/asm-scan.ll* +/location.hh +/position.hh +/stack.hh