diff options
| author | Andreas Schwab | 2011-03-22 10:37:37 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2011-03-22 10:37:37 +0100 |
| commit | 90346de2b2ad3e071a7f0c3bf0c7a6e7bb5b0ac0 (patch) | |
| tree | 732fafeabcf45683cd0b8b1b29e00a02efb51a98 | |
| parent | 34cb1cc610f71fb880a2a767061aade29e93a983 (diff) | |
| download | emacs-90346de2b2ad3e071a7f0c3bf0c7a6e7bb5b0ac0.tar.gz emacs-90346de2b2ad3e071a7f0c3bf0c7a6e7bb5b0ac0.zip | |
.gitignore: Add aclocal.m4, configure, lib/Makefile.in, src/config.in.
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 57537b8a503..b2f17779d68 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | configure | ||
| 2 | aclocal.m4 | ||
| 3 | lib/Makefile.in | ||
| 4 | src/config.in | ||
| 1 | autom4te.cache | 5 | autom4te.cache |
| 2 | makefile | 6 | makefile |
| 3 | *~ | 7 | *~ |
| @@ -5,5 +9,3 @@ makefile | |||
| 5 | 9 | ||
| 6 | /bin/ | 10 | /bin/ |
| 7 | /site-lisp/ | 11 | /site-lisp/ |
| 8 | |||
| 9 | # arch-tag: 75cd3c50-1875-4814-8360-190f7de38302 | ||