]> granicus.if.org Git - neomutt/commitdiff
update gitignore 617/head
authorRichard Russon <rich@flatcap.org>
Tue, 6 Jun 2017 00:11:39 +0000 (01:11 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 10 Jun 2017 14:26:02 +0000 (15:26 +0100)
Update .gitignore to match all the latest build changes.

.gitignore

index a3a3992d343253ec107017db57c0e7b19b87d40d..ba9f6061ab98fb6a430d33627135b45f3aeefd8a 100644 (file)
@@ -2,6 +2,7 @@
 *.o
 *.a
 *.in
+tags
 
 # Ignore these files in all subdirectories
 **/Makefile
 # Ignore directories
 **/.deps/
 autom4te.cache/
+.build-aux/
 
-# Wildcard ignored within subdirectories
-po/*.gmo
-doc/*.html
-doc/*.1
-
-doc/instdoc
-doc/instdoc.sh
-doc/Muttrc
-doc/makedoc
-doc/manual.txt
-doc/manual.xml
-doc/muttrc.man
-doc/stamp-doc-chunked
-doc/stamp-doc-rc
-doc/stamp-doc-xml
-
-po/POTFILES
-po/mutt.pot
-po/stamp-po
-
-.version
-aclocal.m4
-compile
-confdefs.h
-config.guess
-config.h
-config.log
-config.status
-config.sub
-configure
-conftest
-conftest.c
-conftest.err
+# Built
 conststrings.c
-depcomp
+git_ver.h
 hcache/hcversion.h
-install-sh
 keymap_alldefs.h
 keymap_defs.h
-missing
 mutt
 mutt_md5
-git_ver.h
-patchlist.c
 pgpewrap
 pgpring
 smime_keys
-stamp-h1
 txt2c
 
+# ./configure
+config.h
+config.log
+config.status
+stamp-h1
+
+# Ignored within subdirectories
+doc/*.1
+doc/*.html
+doc/instdoc.sh
+doc/makedoc
+doc/manual.txt
+doc/manual.xml
+doc/Muttrc
+doc/muttrc.man
+po/*.gmo
+po/POTFILES
+po/stamp-po
+
+# make dist distcheck
 neomutt-*.tar.gz
 neomutt-*/
 
-# Stuff generated by autoreconf --install
+# Generated by `autoreconf --install`
 ABOUT-NLS
-config.rpath
+aclocal.m4
+configure
 m4/codeset.m4
-m4/fcntl-o.m4
 m4/gettext.m4
 m4/glibc2.m4
 m4/glibc21.m4
@@ -91,18 +76,18 @@ m4/printf-posix.m4
 m4/progtest.m4
 m4/size_max.m4
 m4/stdint_h.m4
-m4/threadlib.m4
 m4/uintmax_t.m4
 m4/visibility.m4
 m4/wchar_t.m4
 m4/wint_t.m4
 m4/xsize.m4
-po/Makevars.template
-po/Rules-quot
-po/remove-potcdate.sed
 po/boldquot.sed
 po/en@boldquot.header
 po/en@quot.header
 po/insert-header.sin
+po/Makevars.template
 po/quot.sed
+po/remove-potcdate.sed
 po/remove-potcdate.sin
+po/Rules-quot
+