From 7af0b35bb163c27447d189865204a9653aab41e6 Mon Sep 17 00:00:00 2001 From: CismonX Date: Mon, 28 Dec 2020 02:43:19 +0800 Subject: [PATCH] Separate .gitignore files. --- .gitignore | 14 -------------- doc/.gitignore | 13 +++++++++++++ examples/.gitignore | 9 +++++++++ src/.gitignore | 10 ++++++++++ tests/.gitignore | 9 +++++++++ 5 files changed, 41 insertions(+), 14 deletions(-) create mode 100644 doc/.gitignore create mode 100644 examples/.gitignore create mode 100644 src/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 6baeaa7..24d1001 100644 --- a/.gitignore +++ b/.gitignore @@ -26,28 +26,14 @@ compile config.* configure configure.scan -doc/texinfo.tex -doc/version.texi install-sh Makefile Makefile.in -mdate-sh missing depcomp libtool ltmain.sh stamp-h1 -stamp-vti # build -*.a -*.dylib -*.info -*.lo -*.loT -*.la -*.lai *.o -*.so -examples/sixdraw -tests/tcsgrep diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..4716ea1 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,13 @@ +# +# Copyright (C) 2020 CismonX +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty, provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any warranty. +# + +mdate-sh +stamp-vti +texinfo.tex +version.texi +*.info diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..cf3f8f4 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,9 @@ +# +# Copyright (C) 2020 CismonX +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty, provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any warranty. +# + +sixdraw diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..ec6aa6f --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,10 @@ +# +# Copyright (C) 2020 CismonX +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty, provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any warranty. +# + +*.la +*.lo diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..376b04d --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,9 @@ +# +# Copyright (C) 2020 CismonX +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty, provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any warranty. +# + +tcsgrep