## This file specifies the files and directories that can usually occur in a ## developer build of this Git repository. ## ## Reference: https://git-scm.com/docs/gitignore ## ## When we say, "files", it actually means files and directories. By ## convention, directories are marked through a trailing first and listed ## first in each category. ## ## We don't list files that may occur in exceptional situations (such as ## temporary files *.h-t), because a developer should notice when such a ## file is not erased by "make mostlyclean". # Files brought in by "automake --add-missing --copy": /build-aux/compile /build-aux/depcomp /build-aux/install-sh /build-aux/missing /build-aux/test-driver # Other files brought in by autogen.sh: /build-aux/config.guess /build-aux/config.sub /build-aux/config.rpath /build-aux/ltmain.sh /build-aux/test-driver.diff /build-aux/texinfo.tex /m4/host-cpu-c-abi.m4 /m4/lib-ld.m4 /m4/lib-link.m4 /m4/lib-prefix.m4 /m4/libtool.m4 /m4/ltoptions.m4 /m4/ltsugar.m4 /m4/ltversion.m4 /m4/lt~obsolete.m4 # Files generated by the autotools: /aclocal.m4 /configure /Makefile.in /autoconf/cl_config.h.in /benchmarks/Makefile.in /doc/Makefile.in /examples/Makefile.in /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 *~ *.kate-swp .#* \#*#