diff options
| author | Juanma Barranquero | 2008-02-04 14:25:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-04 14:25:13 +0000 |
| commit | 880a5954219991fff1f2de45cfc5b82323cee987 (patch) | |
| tree | bad21f72a98ffc37a2bad2c946e054269c2a2391 | |
| parent | 423ee955a9d92c26b7beb72044daca99f50bc29c (diff) | |
| download | emacs-880a5954219991fff1f2de45cfc5b82323cee987.tar.gz emacs-880a5954219991fff1f2de45cfc5b82323cee987.zip | |
Don't ignore .arch-inventory.
| -rw-r--r-- | nt/.gitignore | 1 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nt/.gitignore b/nt/.gitignore index cfa059286f2..3827bfaf513 100644 --- a/nt/.gitignore +++ b/nt/.gitignore | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | *-spd | 1 | *-spd |
| 2 | *.pdb | 2 | *.pdb |
| 3 | .arch-inventory | ||
| 4 | config.log | 3 | config.log |
| 5 | makefile | 4 | makefile |
| 6 | obj | 5 | obj |
diff --git a/nt/ChangeLog b/nt/ChangeLog index f3ad23a389a..dd2ada02113 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .cvsignore: Don't ignore .arch-inventory. | ||
| 4 | |||
| 1 | 2008-02-03 Jason Rumney <jasonr@gnu.org> | 5 | 2008-02-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.bat: Make gcc the default compiler. | 7 | * configure.bat: Make gcc the default compiler. |