From cc93d115deecf75d79959391922feb07a7b8e4c4 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 8 Mar 2014 11:01:55 -0600 Subject: build-sys: sort gitignore files Use 'LC_ALL=C sort -fu' order for all lists. Signed-off-by: Sami Kerola --- .gitignore | 67 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 91b625f44..bafe2587c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,59 +1,58 @@ # # generic stuff # -*~ -*.[ao] -*.static -*.so -*.lo -*.la -*.so.* -*.pc *.gcda *.gcno *.gcov +*.la +*.lo +*.pc *.pyc +*.so +*.so.* +*.static *.vim -Makefile +*.[ao] +*~ +.clang_complete +.deps +.dirstamp +.libs +.tarball-version +.version +ABOUT-NLS aclocal.m4 autom4te.cache -stamp-h.in -Makefile.in -configure +compile config.cache +config.guess config.h config.h.in config.log -config.guess +config.rpath config.status config.sub -stamp-h -stamp-h1 -update.log -m4/*.m4 -aclocal.m4 -ABOUT-NLS -config.rpath -mkinstalldirs -compile +config/ltmain.sh +config/test-driver +configure +cscope.out depcomp -install-sh INSTALL -missing +install-sh libtool -cscope.out +m4/*.m4 +Makefile +Makefile.in +missing +mkinstalldirs +stamp-h +stamp-h.in +stamp-h1 tags -.deps -.libs -.tarball-version -.version -.dirstamp -.clang_complete -config/ltmain.sh -config/test-driver test-suite.log tests/run.sh.log tests/run.sh.trs +update.log # libuuid depends on AX_TLS macro !m4/tls.m4 @@ -70,6 +69,7 @@ tests/run.sh.trs # /addpart /agetty +/blkdiscard /blkid /blockdev /cal @@ -98,7 +98,6 @@ tests/run.sh.trs /fsck.minix /fsfreeze /fstrim -/blkdiscard /getopt /hexdump /hwclock -- cgit v1.2.3-55-g7522