Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 16, 2024
1 parent 911a6a8 commit 3205717
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@


## General build artifacts
*.o
*.obj
*.exe

## Visual Studio artifacts
.vs
ipch
*.opensdf
*.log
*.pdb
*.ilk
*.user
*.sdf
*.suo
*.VC.db
*.VC.VC.opendb

## CMake artifacts
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
Expand All @@ -9,3 +30,11 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
build*/

## JetBrains IDE artifacts
.idea
cmake-build-*



0 comments on commit 3205717

Please sign in to comment.