diff options
author | Greg Stein <gstein@users.sourceforge.net> | 2002-05-17 21:35:12 +0000 |
---|---|---|
committer | Greg Stein <gstein@users.sourceforge.net> | 2002-05-17 21:35:12 +0000 |
commit | 366e9ccd3e3873d46212c2fee77b4a373561e554 (patch) | |
tree | 7fca7c659b91f9d9ea9513b82a12ceabb5b4ed9c | |
parent | 9fcff4a9eb14184d58cd579cab0befb4db6aaec9 (diff) | |
download | libexpat-git-366e9ccd3e3873d46212c2fee77b4a373561e554.tar.gz |
ignore the expat_config.h* files rather than config.h*
-rwxr-xr-x | expat/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/.gitignore b/expat/.gitignore index 34cd8876..cac707a5 100755 --- a/expat/.gitignore +++ b/expat/.gitignore @@ -3,8 +3,8 @@ configure config.cache config.log config.status -config.h.in -config.h +expat_config.h.in +expat_config.h libtool expat.ncb expat.opt |