diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-03-25 15:06:41 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-03-25 15:06:41 +0100 |
commit | f9e771e246a981bb3d37c65beb89d18bb407e0cd (patch) | |
tree | c79fface7945ebc4d3c345618aa5c12378278d83 /.gitignore | |
parent | f98cac3375e8ba7e796123c3561531a6d9e45146 (diff) | |
download | emacs-f9e771e246a981bb3d37c65beb89d18bb407e0cd.tar.gz |
.gitignore: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b2f17779d68..21702f7cd07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ configure aclocal.m4 +compile +config.guess +config.sub +depcomp +install-sh +missing lib/Makefile.in src/config.in autom4te.cache |