From 21393e73f6efc47b6a66a516bb94285625059c3a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 11 Apr 2020 01:01:47 +0200 Subject: [PATCH] Add .gitignore files. --- .gitignore | 27 +++++++++++++++++ check/.gitignore | 63 ++++++++++++++++++++++++++++++++++++++++ config/.gitignore | 14 +++++++++ doc/examples/.gitignore | 3 ++ doc/reference/.gitignore | 2 ++ doc/tutorial/.gitignore | 3 ++ ginac/.gitignore | 4 +++ ginsh/.gitignore | 7 +++++ m4/.gitignore | 5 ++++ tools/.gitignore | 3 ++ 10 files changed, 131 insertions(+) create mode 100644 .gitignore create mode 100644 check/.gitignore create mode 100644 config/.gitignore create mode 100644 doc/examples/.gitignore create mode 100644 doc/reference/.gitignore create mode 100644 doc/tutorial/.gitignore create mode 100644 ginac/.gitignore create mode 100644 ginsh/.gitignore create mode 100644 m4/.gitignore create mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..45ae18bb --- /dev/null +++ b/.gitignore @@ -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 index 00000000..283496f6 --- /dev/null +++ b/check/.gitignore @@ -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 index 00000000..cc7ddb44 --- /dev/null +++ b/config/.gitignore @@ -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 index 00000000..b9e3b6e0 --- /dev/null +++ b/doc/examples/.gitignore @@ -0,0 +1,3 @@ +*.html +*.info +*.txt diff --git a/doc/reference/.gitignore b/doc/reference/.gitignore new file mode 100644 index 00000000..f2453a0d --- /dev/null +++ b/doc/reference/.gitignore @@ -0,0 +1,2 @@ +Doxy* +Doxy*!.in! diff --git a/doc/tutorial/.gitignore b/doc/tutorial/.gitignore new file mode 100644 index 00000000..5556e563 --- /dev/null +++ b/doc/tutorial/.gitignore @@ -0,0 +1,3 @@ +*.info +stamp-vti +version.texi diff --git a/ginac/.gitignore b/ginac/.gitignore new file mode 100644 index 00000000..f4c5d0da --- /dev/null +++ b/ginac/.gitignore @@ -0,0 +1,4 @@ +.libs/ +function.h +function.cpp +.Tpo diff --git a/ginsh/.gitignore b/ginsh/.gitignore new file mode 100644 index 00000000..c3ba3662 --- /dev/null +++ b/ginsh/.gitignore @@ -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 index 00000000..38066ddf --- /dev/null +++ b/m4/.gitignore @@ -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 index 00000000..9e5b3064 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,3 @@ +viewgar +viewgar.1 +ginac-excompiler -- 2.44.0