]> www.ginac.de Git - cln.git/blobdiff - .gitignore
Finalize CLN 1.3.5 release.
[cln.git] / .gitignore
index c193d80fac4ac78029be712f2be483e1d06fbddc..15454f4e59fbf06b833c3342e0478b78cadd5b04 100644 (file)
@@ -25,6 +25,7 @@
 /build-aux/ltmain.sh
 /build-aux/test-driver.diff
 /build-aux/texinfo.tex
+/m4/ax_cxx_compile_stdcxx.m4
 /m4/host-cpu-c-abi.m4
 /m4/lib-ld.m4
 /m4/lib-link.m4
 /src/Makefile.in
 /tests/Makefile.in
 
+# ---------- "make maintainer-clean" gets you here ----------
+
 # Files generated by "make" and distributed
 # (i.e. kept by "make distclean")
 /doc/cln.info
 
+# ---------- "make distclean" ought to get you here ----------
+
+# Directories generated by "make" and mistakenly distributed
+# (i.e. mistakenly kept by "make distclean"):
+/autom4te.cache/
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
+/cln.pc
+/cln.spec
+/libtool
+/autoconf/cl_config.h
+/autoconf/stamp-h?
+/benchmarks/Makefile
+/doc/Makefile
+/examples/Makefile
+/include/cln/config.h
+/include/cln/floatparam.h
+/include/cln/host_cpu.h
+/include/cln/intparam.h
+/include/cln/stamp-h?
+/include/cln/version.h
+/src/Makefile
+/src/base/cl_base_config.h
+/src/base/cl_gmpconfig.h
+/src/base/stamp-h?
+/src/timing/cl_t_config.h
+/src/timing/stamp-h?
+/tests/Makefile
+# Files created by "make":
+/src/base/digitseq/cl_asm.S
+/src/polynomial/elem/cl_asm_GF2.S
+
+# Directories generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+.deps/
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+.dirstamp
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+/benchmarks/**/.libs/
+/examples/**/.libs/
+/src/**/.libs/
+/tests/**/.libs/
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+/src/libcln.la
+# Executables generated by "make":
+/benchmarks/timebench1
+/benchmarks/timebench1.exe
+/benchmarks/timebench2a
+/benchmarks/timebench2a.exe
+/benchmarks/timebench2ap
+/benchmarks/timebench2ap.exe
+/benchmarks/timebench2b
+/benchmarks/timebench2b.exe
+/examples/contfrac
+/examples/contfrac.exe
+/examples/e
+/examples/e.exe
+/examples/fibonacci
+/examples/fibonacci.exe
+/examples/legendre
+/examples/legendre.exe
+/examples/lucaslehmer
+/examples/lucaslehmer.exe
+/examples/nextprime
+/examples/nextprime.exe
+/examples/perfnum
+/examples/perfnum.exe
+/examples/pi
+/examples/pi.exe
+/tests/exam
+/tests/exam.exe
+/tests/tests
+/tests/tests.exe
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and, if present, Makefile.gnulib):
+core
+*.stackdump
+# Object files.
+*.o
+*.lo
+# gcov data files.
+*.gcno
+*.gcda
+# Logs generated by Automake:
+/tests/*.log
+/tests/*.trs
+
+# ---------- "make all check" gets you here ----------
+
 # Patterns for all subdirectories: all kinds of automatic backup files.
 *.orig
 *.rej