diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2015-11-24 21:48:58 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2015-11-24 21:48:58 +0000 |
commit | a546a37fcd21c90e1f86ba6262e9388624ade83b (patch) | |
tree | 9c6662e5f6d68baa6d51b706fbbc4bb6fec3f9e5 /.gitignore | |
parent | 94bb3d7a808b8ed29336250bf5ffaf636280ee1e (diff) | |
download | emacs-a546a37fcd21c90e1f86ba6262e9388624ade83b.tar.gz |
Restore delete Makefiles and fix .gitignore.
* .gitignore: Update Makefiles to changed locations
* test/lisp/progmodes/flymake-resources/Makefile,
test/manual/etags/Makefile,
test/manual/etags/make-src/Makefile,
test/manual/indent/Makefile: Restored and moved to new location.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index fda50e9df77..cad16845d71 100644 --- a/.gitignore +++ b/.gitignore @@ -42,10 +42,10 @@ InfoPlist.strings Makefile makefile !etc/refcards/Makefile -!test/automated/data/flymake/Makefile -!test/indent/Makefile -!test/etags/Makefile -!test/etags/make-src/Makefile +!test/lisp/progmodes/flymake-resources/Makefile +!test/manual/indent/Makefile +!test/manual/etags/Makefile +!test/manual/etags/make-src/Makefile /*.cache /confdefs.h /config.status |