diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2012-03-20 11:44:48 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-03-20 11:50:50 -0700 |
commit | dfce56ba4dd444cdb1148425a2cc0662bb79932d (patch) | |
tree | 9c61a6b26f95ab7b94c864667ceff2e32035004f /.gitignore | |
parent | b41ab3b42c989926389e599d5794412a628f277f (diff) |
Add Makefile.in to toplevel .gitignore
To avoid redundancies, this patch also removes Makefile.in from the
other .gitignore files.
Acked-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80c4435e30..717d45d236 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ config.py build libtool manifest.txt +Makefile.in .dir-locals.el .deps/ .libs/ |