improve .gitignore and sort it (my OCD is back again!)

This commit is contained in:
Boris Faure 2014-07-27 15:40:38 +02:00
parent ca9b866f4a
commit 836f8dbcbf
1 changed files with 55 additions and 57 deletions

112
.gitignore vendored
View File

@ -1,72 +1,31 @@
*~ *.edj
*.o *.o
*.swo *.swo
*.swp *.swp
*.edj *~
/Makefile Makefile
/Makefile.in Makefile.in
/ABOUT-NLS
/aclocal.m4 /aclocal.m4
/autom4te.cache/
/compile /compile
/config.cache
/config.guess /config.guess
/config.log /config.log
/config.rpath
/config.status /config.status
/config.sub /config.sub
/configure /configure
/depcomp /depcomp
/install-sh /install-sh
/ltmain.sh
/missing
/stamp-h1
/terminology_config.h
/terminology_config.h.in
/terminology.spec
/autom4te.cache/
Makefile
Makefile.in
/m4/gettext.m4
/m4/iconv.m4
/m4/lib-ld.m4
/m4/lib-link.m4
/m4/lib-prefix.m4
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/m4/nls.m4
/m4/po.m4
/m4/progtest.m4
/po/*.gmo
/po/POTFILES
/po/Rules-quot
/po/boldquot.sed
/po/en@boldquot.header
/po/en@quot.header
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sed
/po/stamp-po
/src/bin/.deps/
/src/bin/terminology
/src/bin/tycat
/src/bin/tyls
/src/bin/tyalpha
/src/bin/tybg
/src/bin/typop
/src/bin/tyq
/src/bin/*_generated.c
/src/bin/*_generated.h
/src/bin/lz4/.deps/
/src/bin/lz4/.dirstamp
/pkgbuild/PKGBUILD
/pkgbuild/pkg
/pkgbuild/src
/pkgbuild/*.tar.xz
/intl/ /intl/
/ltmain.sh
/m4/codeset.m4 /m4/codeset.m4
/m4/fcntl-o.m4 /m4/fcntl-o.m4
/m4/gettext.m4
/m4/glibc2.m4 /m4/glibc2.m4
/m4/glibc21.m4 /m4/glibc21.m4
/m4/iconv.m4
/m4/intdiv0.m4 /m4/intdiv0.m4
/m4/intl.m4 /m4/intl.m4
/m4/intldir.m4 /m4/intldir.m4
@ -75,9 +34,20 @@ Makefile.in
/m4/inttypes-pri.m4 /m4/inttypes-pri.m4
/m4/inttypes_h.m4 /m4/inttypes_h.m4
/m4/lcmessage.m4 /m4/lcmessage.m4
/m4/lib-ld.m4
/m4/lib-link.m4
/m4/lib-prefix.m4
/m4/libtool.m4
/m4/lock.m4 /m4/lock.m4
/m4/longlong.m4 /m4/longlong.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/m4/nls.m4
/m4/po.m4
/m4/printf-posix.m4 /m4/printf-posix.m4
/m4/progtest.m4
/m4/size_max.m4 /m4/size_max.m4
/m4/stdint_h.m4 /m4/stdint_h.m4
/m4/threadlib.m4 /m4/threadlib.m4
@ -86,9 +56,37 @@ Makefile.in
/m4/wchar_t.m4 /m4/wchar_t.m4
/m4/wint_t.m4 /m4/wint_t.m4
/m4/xsize.m4 /m4/xsize.m4
/missing
/pkgbuild/*.tar.xz
/pkgbuild/PKGBUILD
/pkgbuild/pkg
/pkgbuild/src
/po/*.gmo
/po/Makefile.in.in
/po/Makevars.template /po/Makevars.template
config.cache /po/POTFILES
ABOUT-NLS /po/Rules-quot
config.rpath /po/boldquot.sed
po/Makefile.in.in /po/en@boldquot.header
po/remove-potcdate.sin /po/en@quot.header
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sed
/po/remove-potcdate.sin
/po/stamp-po
/src/bin/*_generated.c
/src/bin/*_generated.h
/src/bin/.deps/
/src/bin/lz4/.deps/
/src/bin/lz4/.dirstamp
/src/bin/terminology
/src/bin/tyalpha
/src/bin/tybg
/src/bin/tycat
/src/bin/tyls
/src/bin/typop
/src/bin/tyq
/stamp-h1
/terminology.spec
/terminology_config.h
/terminology_config.h.in