diff options
author | Reuben Thomas <rrt@sc3d.org> | 2017-02-09 22:53:25 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2017-02-10 21:55:21 +0000 |
commit | 9755eb0c25b7f90c409818c2af4ef806a12cc003 (patch) | |
tree | bfd05d6caaeb3a124947fcee4ce15bf757741ca8 /.gitignore | |
parent | 4fbead675f057e7cbb006b8d0d29edcc776c8375 (diff) | |
download | enchant-9755eb0c25b7f90c409818c2af4ef806a12cc003.tar.gz |
Issue #72: remove Windows registry support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,6 +7,8 @@ enchant-*.tar.gz .libs .deps .dirstamp +Makefile +Makefile.in /aclocal.m4 /autom4te.cache /build-aux @@ -23,5 +25,4 @@ enchant-*.tar.gz /missing /INSTALL /test-driver -Makefile -Makefile.in +/stamp-h1 |