Modify .gitignore for proper formatting.

This commit is contained in:
Paul Smith 2013-01-12 17:56:25 -05:00
parent 97fe6e7dd1
commit a3bd466e25
5 changed files with 77 additions and 51 deletions

69
.gitignore vendored
View file

@ -1,37 +1,44 @@
*.gz *.Z *.tar *.tgz # Development artifacts
=* ID
TODO COPYING* ABOUT-NLS TAGS
make-3* make-test*
*.info *.info-*
stamp-*
makebook*
.*gdbinit .*gdbinit
.gdb_history .gdb_history
*~
#*
.#*
*.dep *.dvi *.toc *.aux *.log # Configure artifacts
*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs ABOUT-NLS
Makefile
README README.DOS README.W32 README.OS2 Makefile.in
aclocal.m4 autom4te.cache aclocal.m4
config.h.in config.h config.status config.cache configure autom4te.cache
Makefile.in Makefile config.h
build.sh.in build.sh config.h.in
SMakefile NMakefile Makefile.DOS config.log
config.ami configh.dos config.h.W32 config.h-vms config.status
configure
loadavg loadavg.c make stamp-h1
# Build artifacts
.deps
gmk-default.h gmk-default.h
loadavg
make
*.o
.deps .dep_segment ID TAGS # Distribution artifacts
.dep_segment
_* Makefile.DOS
sun4 i386 i386-netbsd hp300-netbsd hp300 rs6000 sun3 news800 amiga NMakefile
hp700 hp834 mips sol2 i486-linux README
README.DOS
customs README.OS2
README.W32
install-sh mkinstalldirs SMakefile
build.sh.in
.directive.asc config.ami
config.h-vms
config.h.W32
configh.dos
make*.tar.*

14
config/.gitignore vendored
View file

@ -1,11 +1,11 @@
*.m4
config.*
mkinstalldirs
texinfo.tex
mdate-sh
compile compile
config.guess
config.rpath
config.sub
depcomp depcomp
install-sh install-sh
mdate-sh
missing missing
texinfo.tex
Makefile Makefile.in *.m4
!dospaths.m4

24
doc/.gitignore vendored
View file

@ -1,8 +1,20 @@
Makefile Makefile.in fdl.texi
version.texi fdl.texi make-stds.texi texinfo.tex make-stds.texi
stamp-vti
version.texi
make.info* make.info*
make*.html make*.html
make.aux make.cp make.cps make.fn make.fns make.ky make.aux
make.pg make.toc make.tp make.vr make.log make.cp
make.dvi make.ps make.pdf make.cps
stamp-vti make.dvi
make.fn
make.fns
make.ky
make.log
make.pdf
make.pg
make.ps
make.toc
make.tp
make.vr

19
po/.gitignore vendored
View file

@ -1,6 +1,15 @@
*.gmo *.mo *.pot *.po Makefile.in.in
Makevars.template
Makefile Makefile.in Makefile.in.in Makevars.template
Rules-quot stamp-po
*.sed *.sin *.header
POTFILES POTFILES
Rules-quot
boldquot.sed
en@boldquot.header
en@quot.header
insert-header.sin
make.pot
quot.sed
remove-potcdate.sin
remove-potcdate.sed
stamp-po
*.gmo
*.po

2
tests/.gitignore vendored
View file

@ -1,3 +1 @@
work work
.*gdbinit
.gdb_history