diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 20:00:30 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 20:00:30 -0400 |
commit | e84ef3c54e0f95d321be8d8f47c5c9c60a2c6b3f (patch) | |
tree | 2d3ed0284925fdc900dd860c3cf76ea8f229483a | |
parent | 62107b8015f0d359397a02d4f0fecf22647330b9 (diff) |
[.gitignore] Remove Makefile.*.config
I renamed those generated files to Makefile.*.features but forgot to
update ignore lists. Carl already added the new ones, but didn't
remove the old ones.
-rw-r--r-- | boilerplate/.gitignore | 2 | ||||
-rw-r--r-- | src/.gitignore | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/boilerplate/.gitignore b/boilerplate/.gitignore index b750c326..0a974721 100644 --- a/boilerplate/.gitignore +++ b/boilerplate/.gitignore @@ -2,9 +2,7 @@ TAGS tags Makefile Makefile.in -Makefile.am.config Makefile.am.features -Makefile.win32.config Makefile.win32.features *.lo *.la diff --git a/src/.gitignore b/src/.gitignore index 73937b76..17ac503f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,9 +2,7 @@ .libs Makefile Makefile.in -Makefile.am.config Makefile.am.features -Makefile.win32.config Makefile.win32.features *.gcda *.gcno |