summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore38
-rw-r--r--cxx/.cvsignore1
-rw-r--r--demos/.cvsignore2
-rw-r--r--demos/calc/.cvsignore2
-rw-r--r--demos/expr/.cvsignore1
-rw-r--r--doc/.cvsignore2
-rw-r--r--mpbsd/.cvsignore1
-rw-r--r--mpf/.cvsignore4
-rw-r--r--mpfr/.cvsignore1
-rw-r--r--mpn/.cvsignore7
-rw-r--r--mpq/.cvsignore3
-rw-r--r--mpz/.cvsignore2
-rw-r--r--printf/.cvsignore3
-rw-r--r--scanf/.cvsignore3
-rw-r--r--tests/.cvsignore4
-rw-r--r--tests/cxx/.cvsignore1
-rw-r--r--tests/devel/.cvsignore1
-rw-r--r--tests/misc/.cvsignore5
-rw-r--r--tests/mpbsd/.cvsignore1
-rw-r--r--tests/mpf/.cvsignore21
-rw-r--r--tests/mpn/.cvsignore12
-rw-r--r--tests/mpq/.cvsignore13
-rw-r--r--tests/mpz/.cvsignore58
-rw-r--r--tests/rand/.cvsignore9
-rw-r--r--tune/.cvsignore1
25 files changed, 182 insertions, 14 deletions
diff --git a/.cvsignore b/.cvsignore
index 016d9e21f..6bc450b9b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,25 +1,35 @@
-*.lo
*.la
-libtool
-Makefile
+*.lo
.deps
.libs
+Makefile
+asm-syntax.h
+autom4te.cache
+config.cache
config.h
config.log
-config.cache
+config.m4
config.status
-asm-syntax.h
-gmp.info*
+fib_table.h
+gen-bases
+gen-fac_ui
+gen-fib
+gen-psqr
+gmp.aux
+gmp.cp
+gmp.cps
+gmp.dvi
gmp.fn
-gmp.vr
-gmp.tp
+gmp.fns
+gmp.h
+gmp.info*
gmp.ky
+gmp.log
gmp.pg
gmp.toc
-gmp.cps
-gmp.fns
+gmp.tp
+gmp.vr
gmp.vrs
-gmp.log
-gmp.dvi
-gmp.aux
-gmp.cp
+libtool
+mp.h
+mp_bases.h
diff --git a/cxx/.cvsignore b/cxx/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/cxx/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/demos/.cvsignore b/demos/.cvsignore
new file mode 100644
index 000000000..c55304e99
--- /dev/null
+++ b/demos/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+pexpr-config.h
diff --git a/demos/calc/.cvsignore b/demos/calc/.cvsignore
new file mode 100644
index 000000000..8828ba1c0
--- /dev/null
+++ b/demos/calc/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+calc-config.h
diff --git a/demos/expr/.cvsignore b/demos/expr/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/demos/expr/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/doc/.cvsignore b/doc/.cvsignore
new file mode 100644
index 000000000..7c907803b
--- /dev/null
+++ b/doc/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+gmp.info*
diff --git a/mpbsd/.cvsignore b/mpbsd/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/mpbsd/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/mpf/.cvsignore b/mpf/.cvsignore
new file mode 100644
index 000000000..425de6219
--- /dev/null
+++ b/mpf/.cvsignore
@@ -0,0 +1,4 @@
+*.lo
+.libs
+Makefile
+libmpf.la
diff --git a/mpfr/.cvsignore b/mpfr/.cvsignore
index 26fbf58a9..9757b322e 100644
--- a/mpfr/.cvsignore
+++ b/mpfr/.cvsignore
@@ -1 +1,2 @@
+Makefile
mpfr.info*
diff --git a/mpn/.cvsignore b/mpn/.cvsignore
new file mode 100644
index 000000000..95ab48037
--- /dev/null
+++ b/mpn/.cvsignore
@@ -0,0 +1,7 @@
+*.lo
+.libs
+Makefile
+fib_table.c
+libmpn.la
+mp_bases.c
+perfsqr.h
diff --git a/mpq/.cvsignore b/mpq/.cvsignore
new file mode 100644
index 000000000..eafc57f78
--- /dev/null
+++ b/mpq/.cvsignore
@@ -0,0 +1,3 @@
+.libs
+Makefile
+*.lo
diff --git a/mpz/.cvsignore b/mpz/.cvsignore
new file mode 100644
index 000000000..455336d2e
--- /dev/null
+++ b/mpz/.cvsignore
@@ -0,0 +1,2 @@
+.libs
+*.lo
diff --git a/printf/.cvsignore b/printf/.cvsignore
new file mode 100644
index 000000000..eafc57f78
--- /dev/null
+++ b/printf/.cvsignore
@@ -0,0 +1,3 @@
+.libs
+Makefile
+*.lo
diff --git a/scanf/.cvsignore b/scanf/.cvsignore
new file mode 100644
index 000000000..eafc57f78
--- /dev/null
+++ b/scanf/.cvsignore
@@ -0,0 +1,3 @@
+.libs
+Makefile
+*.lo
diff --git a/tests/.cvsignore b/tests/.cvsignore
new file mode 100644
index 000000000..6dd8178d5
--- /dev/null
+++ b/tests/.cvsignore
@@ -0,0 +1,4 @@
+.libs
+Makefile
+libtests.la
+*.lo
diff --git a/tests/cxx/.cvsignore b/tests/cxx/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/tests/cxx/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/tests/devel/.cvsignore b/tests/devel/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/tests/devel/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/tests/misc/.cvsignore b/tests/misc/.cvsignore
new file mode 100644
index 000000000..8a90cb7ed
--- /dev/null
+++ b/tests/misc/.cvsignore
@@ -0,0 +1,5 @@
+.libs
+Makefile
+t-locale
+t-printf
+t-scanf
diff --git a/tests/mpbsd/.cvsignore b/tests/mpbsd/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/tests/mpbsd/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/tests/mpf/.cvsignore b/tests/mpf/.cvsignore
new file mode 100644
index 000000000..7ff11f06a
--- /dev/null
+++ b/tests/mpf/.cvsignore
@@ -0,0 +1,21 @@
+.libs
+Makefile
+reuse
+t-add
+t-cmp_d
+t-cmp_si
+t-conv
+t-dm2exp
+t-fits
+t-get_d
+t-get_d_2exp
+t-get_si
+t-gsprec
+t-inp_str
+t-int_p
+t-muldiv
+t-set_si
+t-set_ui
+t-sqrt
+t-sub
+t-trunc
diff --git a/tests/mpn/.cvsignore b/tests/mpn/.cvsignore
new file mode 100644
index 000000000..4a881fbec
--- /dev/null
+++ b/tests/mpn/.cvsignore
@@ -0,0 +1,12 @@
+.libs
+Makefile
+t-aors_1
+t-asmtype
+t-divrem_1
+t-fat
+t-get_d
+t-instrument
+t-iord_u
+t-mp_bases
+t-perfsqr
+t-scan
diff --git a/tests/mpq/.cvsignore b/tests/mpq/.cvsignore
new file mode 100644
index 000000000..bb0a301f0
--- /dev/null
+++ b/tests/mpq/.cvsignore
@@ -0,0 +1,13 @@
+.libs
+Makefile
+t-aors
+t-cmp
+t-cmp_si
+t-cmp_ui
+t-equal
+t-get_d
+t-get_str
+t-inp_str
+t-md_2exp
+t-set_f
+t-set_str
diff --git a/tests/mpz/.cvsignore b/tests/mpz/.cvsignore
new file mode 100644
index 000000000..a2da841bf
--- /dev/null
+++ b/tests/mpz/.cvsignore
@@ -0,0 +1,58 @@
+.libs
+Makefile
+bit
+convert
+dive
+dive_ui
+io
+logic
+reuse
+t-addsub
+t-aorsmul
+t-bin
+t-cdiv_ui
+t-cmp
+t-cmp_d
+t-cmp_si
+t-cong
+t-cong_2exp
+t-div_2exp
+t-divis
+t-divis_2exp
+t-export
+t-fac_ui
+t-fdiv
+t-fdiv_ui
+t-fib_ui
+t-fits
+t-gcd
+t-gcd_ui
+t-get_d
+t-get_d_2exp
+t-get_si
+t-hamdist
+t-import
+t-inp_str
+t-io_raw
+t-jac
+t-lcm
+t-lucnum_ui
+t-mul
+t-mul_i
+t-oddeven
+t-perfsqr
+t-popcount
+t-pow
+t-powm
+t-powm_ui
+t-pprime_p
+t-root
+t-scan
+t-set_d
+t-set_f
+t-set_si
+t-set_str
+t-sizeinbase
+t-sqrtrem
+t-tdiv
+t-tdiv_ui
diff --git a/tests/rand/.cvsignore b/tests/rand/.cvsignore
new file mode 100644
index 000000000..b2cbfed59
--- /dev/null
+++ b/tests/rand/.cvsignore
@@ -0,0 +1,9 @@
+.libs
+Makefile
+t-iset
+t-lc2exp
+t-mt
+t-rand
+t-urbui
+t-urmui
+t-urndmm
diff --git a/tune/.cvsignore b/tune/.cvsignore
new file mode 100644
index 000000000..f3c7a7c5d
--- /dev/null
+++ b/tune/.cvsignore
@@ -0,0 +1 @@
+Makefile