]> www.ginac.de Git - cln.git/blob - .gitignore
c193d80fac4ac78029be712f2be483e1d06fbddc
[cln.git] / .gitignore
1 ## This file specifies the files and directories that can usually occur in a
2 ## developer build of this Git repository.
3 ##
4 ## Reference: https://git-scm.com/docs/gitignore
5 ##
6 ## When we say, "files", it actually means files and directories. By
7 ## convention, directories are marked through a trailing first and listed
8 ## first in each category.
9 ##
10 ## We don't list files that may occur in exceptional situations (such as
11 ## temporary files *.h-t), because a developer should notice when such a
12 ## file is not erased by "make mostlyclean".
13
14 # Files brought in by "automake --add-missing --copy":
15 /build-aux/compile
16 /build-aux/depcomp
17 /build-aux/install-sh
18 /build-aux/missing
19 /build-aux/test-driver
20
21 # Other files brought in by autogen.sh:
22 /build-aux/config.guess
23 /build-aux/config.sub
24 /build-aux/config.rpath
25 /build-aux/ltmain.sh
26 /build-aux/test-driver.diff
27 /build-aux/texinfo.tex
28 /m4/host-cpu-c-abi.m4
29 /m4/lib-ld.m4
30 /m4/lib-link.m4
31 /m4/lib-prefix.m4
32 /m4/libtool.m4
33 /m4/ltoptions.m4
34 /m4/ltsugar.m4
35 /m4/ltversion.m4
36 /m4/lt~obsolete.m4
37
38 # Files generated by the autotools:
39 /aclocal.m4
40 /configure
41 /Makefile.in
42 /autoconf/cl_config.h.in
43 /benchmarks/Makefile.in
44 /doc/Makefile.in
45 /examples/Makefile.in
46 /src/Makefile.in
47 /tests/Makefile.in
48
49 # Files generated by "make" and distributed
50 # (i.e. kept by "make distclean")
51 /doc/cln.info
52
53 # Patterns for all subdirectories: all kinds of automatic backup files.
54 *.orig
55 *.rej
56 *~
57 *.kate-swp
58 .#*
59 \#*#