diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-09-24 10:24:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-09-24 10:24:56 +0000 |
commit | 86d9c9df2787f56a286fbe0d1f90f7dbdf227fc3 (patch) | |
tree | 1cd8dd15db5890c7ddc80b7228c0d55b44661e9e | |
parent | 8dbf19c70cafd3f61990a3ee7391d3e4dab20940 (diff) | |
download | emacs-86d9c9df2787f56a286fbe0d1f90f7dbdf227fc3.tar.gz |
Add makefile and Makefile.unix (for MS-Windows).
-rw-r--r-- | lisp/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/.gitignore b/lisp/.gitignore index 48c6dafa2e6..00add3a5726 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore @@ -1,6 +1,8 @@ *.elc MANIFEST Makefile +Makefile.unix +makefile elc.tar.gz cus-load.el finder-inf.el |