]> www.ginac.de Git - ginac.git/commitdiff
Add .gitignore files.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 10 Apr 2020 23:01:47 +0000 (01:01 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 10 Apr 2020 23:01:47 +0000 (01:01 +0200)
.gitignore [new file with mode: 0644]
check/.gitignore [new file with mode: 0644]
config/.gitignore [new file with mode: 0644]
doc/examples/.gitignore [new file with mode: 0644]
doc/reference/.gitignore [new file with mode: 0644]
doc/tutorial/.gitignore [new file with mode: 0644]
ginac/.gitignore [new file with mode: 0644]
ginsh/.gitignore [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..45ae18b
--- /dev/null
@@ -0,0 +1,27 @@
+.deps/
+.dirstamp
+core
+*.o
+*.lo
+*.la
+*.pyc
+*~
+*.orig
+*.rej
+core
+Makefile.in
+Makefile
+libtool
+aclocal.m4
+autom4te.cache/
+configure
+config.h
+config.log
+config.status
+ginac.pc
+GiNaC.spec
+CMakeFiles/
+cmake_install.cmake
+CMakeCache.txt
+CMakeDoxyfile.in
+CMakeDoxygenDefaults.cmake
diff --git a/check/.gitignore b/check/.gitignore
new file mode 100644 (file)
index 0000000..283496f
--- /dev/null
@@ -0,0 +1,63 @@
+.libs/
+*.log
+*.trs
+bugme_chinrem_gcd
+check_inifcns
+check_lsolve
+check_matrices
+check_mul_info
+check_numeric
+exam.gar
+exam_archive
+exam_clifford
+exam_color
+exam_cra
+exam_differentiation
+exam_factor
+exam_heur_gcd
+exam_indexed
+exam_inifcns
+exam_inifcns_nstdsums
+exam_lsolve
+exam_matrices
+exam_misc
+exam_mod_gcd
+exam_normalization
+exam_numeric
+exam_numeric_archive
+exam_paranoia
+exam_polygcd
+exam_powerlaws
+exam_pseries
+exam_real_imag
+exam_structure
+factor_univariate_bug
+match_bug
+parser_bugs
+pgcd_infinite_loop
+pgcd_relatively_prime_bug
+time_antipode
+time_dennyfliegner
+time_fateman_expand
+time_gammaseries
+time_lw_A
+time_lw_B
+time_lw_C
+time_lw_D
+time_lw_E
+time_lw_F
+time_lw_G
+time_lw_H
+time_lw_IJKL
+time_lw_M1
+time_lw_M2
+time_lw_N
+time_lw_O
+time_lw_P
+time_lw_Pprime
+time_lw_Q
+time_lw_Qprime
+time_parser
+time_toeplitz
+time_uvar_gcd
+time_vandermonde
diff --git a/config/.gitignore b/config/.gitignore
new file mode 100644 (file)
index 0000000..cc7ddb4
--- /dev/null
@@ -0,0 +1,14 @@
+compile
+config.guess
+config.h
+config.h.in
+config.sub
+depcomp
+install-sh
+ltmain.sh
+mdate-sh
+missing
+stamp-h1
+test-driver
+texinfo.tex
+ylwrap
diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore
new file mode 100644 (file)
index 0000000..b9e3b6e
--- /dev/null
@@ -0,0 +1,3 @@
+*.html
+*.info
+*.txt
diff --git a/doc/reference/.gitignore b/doc/reference/.gitignore
new file mode 100644 (file)
index 0000000..f2453a0
--- /dev/null
@@ -0,0 +1,2 @@
+Doxy*
+Doxy*!.in!
diff --git a/doc/tutorial/.gitignore b/doc/tutorial/.gitignore
new file mode 100644 (file)
index 0000000..5556e56
--- /dev/null
@@ -0,0 +1,3 @@
+*.info
+stamp-vti
+version.texi
diff --git a/ginac/.gitignore b/ginac/.gitignore
new file mode 100644 (file)
index 0000000..f4c5d0d
--- /dev/null
@@ -0,0 +1,4 @@
+.libs/
+function.h
+function.cpp
+.Tpo
diff --git a/ginsh/.gitignore b/ginsh/.gitignore
new file mode 100644 (file)
index 0000000..c3ba366
--- /dev/null
@@ -0,0 +1,7 @@
+ginsh
+ginsh.1
+ginsh_parser.cpp
+ginsh_parser.hpp
+ginsh_lexer.cpp
+ginsh_op_help.h
+ginsh_fcn_help.h
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644 (file)
index 0000000..38066dd
--- /dev/null
@@ -0,0 +1,5 @@
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644 (file)
index 0000000..9e5b306
--- /dev/null
@@ -0,0 +1,3 @@
+viewgar
+viewgar.1
+ginac-excompiler