summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24Stefan Monnier2014-12-051-5/+7
|\
| * * .gitignore: Avoid "**", as it requires Git 1.8.2 or later.Paul Eggert2014-12-011-2/+7
| |
| * * .gitignore: Remove redundant pattern (subsumed by _*).Paul Eggert2014-12-011-2/+0
| |
* | .gitignore: Ignore test/biditest.txt.Eli Zaretskii2014-12-051-0/+1
| |
* | * .gitignore: Ignore loaddefs directly under lisp, and in sub-sub-directoriesLars Magne Ingebrigtsen2014-12-011-0/+3
| |
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-89/+229
|\ \ | |/
| * Add more of the old .bzrignore to .gitignore.Paul Eggert2014-11-211-9/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus a few more .gitignore improvements. * .gitignore: Add copyright notice, since it's big enough. Put exceptions immediately after the patterns they're exceptions to, to make them easier to follow. Give four exceptions for the Makefile pattern. Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS, GTAGS, ID, *.exe, some nextstep-related files, jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/, /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/, /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/. Ignore /configure.lineno, since POSIX requires LINENO only with the User Portability Utilities option. Ignore *cust-load.el and *loaddefs.el only under lisp. Ignore core files of various flavors. Do not ignore etc/refcards/gnus-logo.pdf.
| * Add src/_gdbinit to .gitignore.Eli Zaretskii2014-11-211-0/+2
| | | | | | | | | | .gitignore: Add back src/_gdbinit, which is a temporary file created by the MS-DOS build.
| * Add a.out to .gitignore.Paul Eggert2014-11-201-3/+4
| | | | | | | | | | | | | | | | Suggested by Lee Duhem in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html * .gitignore: Add a.out. Move *.log next to *.tmp, since it's generic. Put *.exe before non-generics.
| * .gitignore: Resurrect Windows-specific ignorables lost in last changes.Eli Zaretskii2014-11-191-0/+2
| |
| * * .gitignore: Add /emacs-[1-9]*/, and sort better.Paul Eggert2014-11-191-4/+7
| |
| * * .gitignore: Add some nextstep/mac ignorables.Ivan Andrus2014-11-181-0/+5
| |
| * .gitignore cleanup.Paul Eggert2014-11-171-85/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .gitignore: Merge contents of subsidiary files and organize the result so as to avoid duplication. Remove no-longer needed entries. * admin/charsets/.gitignore, admin/unidata/.gitignore: * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: * lisp/calc/.gitignore, lisp/calendar/.gitignore: * lisp/cedet/.gitignore, lisp/emulation/.gitignore: * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: * lisp/international/.gitignore, lisp/language/.gitignore: * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: * lisp/play/.gitignore, lisp/progmodes/.gitignore: * lisp/term/.gitignore, lisp/textmodes/.gitignore: * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: Remove; no longer needed.
* | * .gitignore: Add entries for emacsvers files.Stefan Monnier2014-11-281-0/+5
| |
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-5/+35
|\ \ | |/ | | | | | | | | | | Conflicts: nt/addsection.c nt/inc/ms-w32.h src/w32.c
| * Simplify and fix doc-related .gitignore files.Paul Eggert2014-11-161-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | This fixes some unwanted 'git status' output after 'make docs'. * .gitignore: Add **/Makefile, **/makefile. Remove Makefile, makefile. Add doc/*/*.xxx rules for the usual kinds of documentation outputs and temporaries. Add doc/misc/cc-mode.ss. * doc/emacs/.gitignore, doc/lispref/.gitignore, doc/misc/.gitignore: * lwlib/.gitignore, oldXMenu/.gitignore: Remove, as these .gitignore files are no longer needed. * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
* | * .gitignore: Add emacs.rc and emacsclient.rc in nt/.Glenn Morris2014-11-221-0/+2
| |
* | Merge from emacs-24Stefan Monnier2014-11-161-3/+15
|\ \ | |/
| * Don't ignore .gitattributesAndreas Schwab2014-11-161-1/+0
| | | | | | | | Local attributes belong to .git/info/attributes.
| * Ignore generated file lib/stdalign.h.Christoph Scholtes2014-11-151-0/+1
| |
| * .gitignore: Add lib-src/blessmailTeemu Likonen2014-11-151-0/+1
| |
| * * .gitignore: Add a few more missing entries.Stefan Monnier2014-11-151-0/+3
| |
| * Ignore all built versions of Emacs (and .gitattributes)Lars Magne Ingebrigtsen2014-11-141-4/+2
| |
| * .gitignore: Add more ignorables.Eli Zaretskii2014-11-131-0/+10
| |
| * Backport .gitignore changes from master.Lars Magne Ingebrigtsen2014-11-131-0/+48
| | | | | | | | | | | | .gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
* | Add automaticall built files to .gitignoreLars Magne Ingebrigtsen2014-11-131-0/+47
| | | | | | | | | | | | * .gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
* | Ignore test/biditest.txt.Eli Zaretskii2014-10-121-0/+1
|/
* Ignore info/dirAndreas Schwab2013-12-221-0/+1
|
* Update .gitignore.RĂ¼diger Sonderfeld2013-12-191-0/+3
| | | | | | It should probably be kept better in sync with .bzrignore. * .gitignore: Ignore refcard temporaries and info/*.info files.
* Add TAGS and leim/ja-dic to .gitignoreAndreas Schwab2013-06-121-0/+2
|
* .gitignore: Add compile, config.guess, config.sub, depcomp,Andreas Schwab2011-03-251-0/+6
| | | | install-sh, missing.
* .gitignore: Add aclocal.m4, configure, lib/Makefile.in, src/config.in.Andreas Schwab2011-03-221-2/+4
|
* * .bzrignore, .gitignore: Ignore README.W32 on the root directory.Juanma Barranquero2010-07-241-0/+1
|
* Ignore all backup files.Andreas Schwab2009-08-281-0/+1
|
* Add .gitignore rules for in-place builds.Juanma Barranquero2009-03-031-0/+4
|
* Add .gitignoreMiles Bader2009-03-031-46/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1565
* Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.Eli Zaretskii2008-12-261-0/+3
|
* Revert re-ordering and removal of .DS_Store that occurred in unicode merge.Glenn Morris2008-06-251-6/+7
|
* Remove configure.Andreas Schwab2008-04-051-1/+0
|
* Add data and site-lisp.Juanma Barranquero2007-06-121-0/+2
|
* Merge from emacs--devo--0Miles Bader2006-12-071-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * Add `lock'.Juanma Barranquero2005-08-021-0/+1
| |
| * Add `data' and `site-lisp' (for in-place installs).Juanma Barranquero2005-07-281-0/+2
| |
| * Add Mac OS X's .DS_Store mystery file.Stefan Monnier2004-03-071-7/+8
| |
| * Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137Miles Bader2003-12-241-0/+1
|/ | | | Add .arch-inventory to .cvsignore.
* Whoops, that should be `autom4te.cache'Miles Bader2002-03-261-1/+1
|
* Add `autom4te'Miles Bader2002-03-261-0/+1
|
* *** empty log message ***emacs-pretest-21.0.97Gerd Moellmann2001-01-301-0/+2
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+5
|
* *** empty log message ***Gerd Moellmann2000-03-181-0/+4
|