diff options
author | Garrett Brown <garbearucla@gmail.com> | 2013-06-14 14:54:05 -0700 |
---|---|---|
committer | Garrett Brown <garbearucla@gmail.com> | 2013-07-08 20:00:29 -0700 |
commit | e31d64d83266b73c4056d50c74a09c98eae64e91 (patch) | |
tree | 8e01c359eebc211207ba8c92a0496077ebdb3d26 /.gitignore | |
parent | 6639c0f60071f2dda0c8d12918b14b07c026e373 (diff) |
Improve recompile speed: Don't include git_revision.h in system.h (leads to excessive recompiles)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ffeca38850..7fc80036cc 100644 --- a/.gitignore +++ b/.gitignore @@ -706,6 +706,7 @@ lib/cmyth/Makefile /xbmc/visualizations/fishBMC/Makefile #/xbmc/win32/ +# no longer used /xbmc/win32/git_rev.h # /lib/ffmpeg/ |