mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 01:44:20 +00:00
maint: tell git what it can ignore
* .gitignore: Ignore generated files.
This commit is contained in:
parent
3504236b28
commit
8356d90250
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
*.a
|
||||
*.o
|
||||
*~
|
||||
.deps
|
||||
/GNUmakefile
|
||||
/INSTALL
|
||||
/aclocal.m4
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
/doc/.gitignore
|
||||
/doc/diff.info
|
||||
/doc/stamp-vti
|
||||
/doc/version.texi
|
||||
/gnulib-tests/.gitignore
|
||||
/gnulib-tests/locale/
|
||||
/gnulib-tests/uniwidth/
|
||||
/lib/.gitignore
|
||||
/lib/charset.alias
|
||||
/lib/config.h
|
||||
/lib/config.hin
|
||||
/lib/configmake.h
|
||||
/lib/stamp-h1
|
||||
/lib/uniwidth
|
||||
/m4/.gitignore
|
||||
/maint.mk
|
||||
/po/*.pot
|
||||
/po/*.sed
|
||||
/po/.gitignore
|
||||
/po/.reference
|
||||
/po/LINGUAS
|
||||
/po/Makefile.in.in
|
||||
/po/Makevars
|
||||
/po/Makevars.template
|
||||
/po/POTFILES
|
||||
/po/Rules-quot
|
||||
/po/stamp-po
|
||||
ABOUT-NLS
|
||||
ChangeLog
|
||||
Makefile
|
||||
Makefile.in
|
||||
autom4te.cache
|
||||
build-aux
|
||||
man/*.1
|
||||
po/*.gmo
|
||||
po/*.po
|
||||
src/cmp
|
||||
src/diff
|
||||
src/diff3
|
||||
src/paths.h
|
||||
src/sdiff
|
||||
Loading…
x
Reference in New Issue
Block a user