Separate .gitignore files.

This commit is contained in:
CismonX 2020-12-28 02:43:19 +08:00
parent ac6b5df8c8
commit 7af0b35bb1
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
5 changed files with 41 additions and 14 deletions

14
.gitignore vendored
View File

@ -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

13
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# 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

9
examples/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# 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

10
src/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# 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

9
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# 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