summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-12-02 19:27:14 -0800
committerKevin McCarthy <kevin@8t8.us>2017-12-03 15:08:22 -0800
commit0ad4c11d095fbe7f25467e928d396d13b9f81aa9 (patch)
tree0a0cdc316ecfb00bc662e759d8082b7bf2689476 /.gitignore
parent1f4a6c67aee5bf5edb1f8ec8030791f5883fe6c8 (diff)
Convert to .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore87
1 files changed, 87 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae8b2985
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,87 @@
+# autoconf products
+/aclocal.m4
+/autom4te.cache
+/compile
+/Makefile.in
+/contrib/Makefile.in
+/doc/Makefile.in
+/imap/Makefile.in
+/m4/Makefile.in
+/po/Makefile.in
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/hcachever.sh
+/muttbug.sh
+/stamp-h1
+/doc/Muttrc
+/doc/instdoc.sh
+/po/POTFILES
+/config.guess
+/config.sub
+/depcomp
+/install-sh
+/missing
+/mkinstalldirs
+
+# built objects
+/flea
+/hcversion.h
+/keymap_defs.h
+/keymap_alldefs.h
+/doc/makedoc
+/mutt
+/mutt_dotlock
+/mutt_dotlock.c
+/mutt_md5
+/patchlist.c
+/conststrings.c
+/pgpewrap
+/pgpring
+/reldate.h
+/smime_keys
+/txt2c
+/stamp-doc-rc
+/doc/instdoc
+/doc/manual.txt
+/doc/manual.xml
+/doc/manual.aux
+/doc/manual.log
+/doc/manual.out
+/doc/manual.tex
+/doc/manual.pdf
+/doc/mutt.1
+/doc/muttrc.man
+/doc/pgpewrap.1
+/doc/pgpring.1
+/doc/*.html
+/doc/stamp-*
+/doc/smime_keys.1
+/po/mutt.pot
+
+# xcode droppings
+/build/
+.xcodeproj/
+
+# eclipse
+/.project
+/.cproject
+/.settings/
+
+.deps
+Makefile
+GPATH
+GRTAGS
+GTAGS
+TAGS
+cscope.*
+*.swp
+*.o
+*.gmo
+*.orig
+*.rej
+*.a
+.gdb_history
+*~