diff options
author | Alex-P. Natsios <drakevr@2f30.org> | 2014-08-09 20:18:57 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2014-08-09 20:19:09 +0200 |
commit | b38933bdfba9697895259a3ff8e598c9452f7107 (patch) | |
tree | 0d53d8d0002fd66ba8dd99707b43831dcca94e1c /.gitignore | |
parent | f124aea76e0460ed40f007be4df46dc9e8ddbe3f (diff) |
gitignore: ignore config.cache-env
Summary: like config.cache, this should also be ignored.
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D1300
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ Makefile.in | |||
10 | /autom4te.cache/ | 10 | /autom4te.cache/ |
11 | /compile | 11 | /compile |
12 | /config.cache | 12 | /config.cache |
13 | /config.cache-env | ||
13 | /config.guess | 14 | /config.guess |
14 | /config.log | 15 | /config.log |
15 | /config.rpath | 16 | /config.rpath |