diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-02-23 11:57:52 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-02-23 11:58:15 -0800 |
commit | 15863145cb8468b18b620d9dd82f90eaf4775d25 (patch) | |
tree | c20b27a3d2bb36b097c7441ab6e89a26039e184a /.gitignore | |
parent | 0b39f1afe031acddcca81704f1d3524ad4751f1a (diff) | |
download | emacs-15863145cb8468b18b620d9dd82f90eaf4775d25.tar.gz |
* .gitignore: revert latest change; not currently needed
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index a231b80b2de..d3712b0d6cf 100644 --- a/.gitignore +++ b/.gitignore @@ -48,9 +48,6 @@ src/config.h src/epaths.h src/emacs-module.h -# Miscellaneous build stuf -build-aux/ - # C-level sources built by 'make'. lib/alloca.h lib/byteswap.h @@ -115,9 +112,6 @@ lisp/subdirs.el # Dependencies. deps/ -lib/.deps -src/stamp-h.in -src/stamp-h1 # Logs and temporaries. *.log |