diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-13 15:15:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-13 15:15:58 -0700 |
commit | f0beebdb7b068f7698d5854b770cd3407059e097 (patch) | |
tree | bc4d1bed0dd924e723b9ee2c72f45b77e05bf1f9 /.gitignore | |
parent | Merge branch 'ab/align-parse-options-help' (diff) | |
parent | Makefile: make the "sparse" target non-.PHONY (diff) | |
download | tgif-f0beebdb7b068f7698d5854b770cd3407059e097.tar.xz |
Merge branch 'ab/make-sparse-for-real'
Prevent "make sparse" from running for the source files that
haven't been modified.
* ab/make-sparse-for-real:
Makefile: make the "sparse" target non-.PHONY
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6be9de41ae..80c6bf6f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -225,6 +225,7 @@ *.lib *.res *.sln +*.sp *.suo *.ncb *.vcproj |