Skip to content

Commit

Permalink
Add default "out" folder for CMake Project Visual Studio (#1394)
Browse files Browse the repository at this point in the history
https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#ide-integration

Apparently ``/out`` is a default folder when opening the project as a
CMake project in Visual Studio.

 

Could it be added to the ``.gitignore`` please.


![image](https://github.com/user-attachments/assets/10add17c-bbfc-4811-8c43-0ed2e84c5b9e)
  • Loading branch information
karl-police authored Sep 13, 2024
1 parent a8047b2 commit 5cdea64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/build/
/build[.-]*/
/out
/cmake/
/cmake[.-]*/
/coverage/
Expand Down

0 comments on commit 5cdea64

Please sign in to comment.