]> git.ipfire.org Git - thirdparty/git.git/commitdiff
cmake: ignore files generated by CMake as run in Visual Studio
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 25 Sep 2020 14:28:29 +0000 (14:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 17:50:44 +0000 (10:50 -0700)
As of recent Visual Studio versions, CMake support is built-in:
https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019

All that needs to be done is to open the worktree as a folder, and
Visual Studio will find the `CMakeLists.txt` file and automatically
generate the project files.

Let's ignore the entirety of those generated files.

Helped-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore

index d0f692a35520bcdf630aea7d882f4ae2fa666445..6521f3cf22baa024c69f271809b35df044f7037a 100644 (file)
@@ -241,3 +241,4 @@ Release/
 /git.VC.VC.opendb
 /git.VC.db
 *.dSYM
+/contrib/buildsystems/out