Skip to content

Commit

Permalink
Cleanup some .gitignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 16, 2009
1 parent b50f8e4 commit 9a1fbe8
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 18 deletions.
36 changes: 29 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
*~
*.d *.o *.so *.po *.go *.bo stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz *.bz2
*.d
*.o
*.so
*.po
*.go
*.bo
stamp.*
*.stamp
*.ustamp
*.udeps
*.gz
*.Z
*.tar
*.tgz
*.bz2
=*
TODO AUTHORS copyr-* copying.*
TODO
AUTHORS
copyr-*
copying.*
glibc-*

configparms

sun[43]* i[345]86* hp300*
sun[43]*
i[345]86*
hp300*

ieeetest hppa-sysdeps regex
ieeetest
hppa-sysdeps
regex

gpl2lgpl.sed
distinfo
Expand All @@ -20,8 +40,10 @@ analysis
docs
releases

libc.prj .libc.prcs_aux
libc.proj .snprj
libc.prj
.libc.prcs_aux
libc.proj
.snprj

TODO.html

Expand Down
40 changes: 29 additions & 11 deletions manual/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz *.bz2
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
*.dvi*
*.info*
*.c.texi
*.ps
*.pdf
*.toc
*.aux
*.log
*.tmp
*.cp
*.cps
*.fn
*.fns
*.vr
*.vrs
*.tp
*.tps
*.ky
*.kys
*.pg
*.pgs

*.dvi* *.info* *.c.texi *.ps *.pdf
*.toc *.aux *.log *.tmp
*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs

texis top-menu.texi chapters.texi summary.texi stamp-*
distinfo dir-add.texinfo dir-add.texi
texis
top-menu.texi
chapters.texi
summary.texi
stamp-*
distinfo
dir-add.texinfo
dir-add.texi

libm-err.texi

0 comments on commit 9a1fbe8

Please sign in to comment.