Skip to content

Commit

Permalink
updated .gitignore to ignore visual studio code files
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni committed Apr 19, 2023
1 parent 2ed8bd9 commit e68d85b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ release/
*-debug/
*-release/
/docs/Doxygen/html/
.vscode/

# Intermediate Files
*.bc
Expand All @@ -26,10 +27,7 @@ release/
*.vcxproj.filters
*.suo
*.ply
wrap/nanoply/nanoply_vcg/nanoply_vcg.sln
*.db
wrap/nanoply/nanoply_vcg/nanoply_vcg.VC.VC.opendb
wrap/nanoply/nanoply_vcg/.vs/nanoply_vcg/v15/ipch/AutoPCH/NANOPLY_VCG-1b6b1a83/MAIN-5f62d91f/MAIN.ipch
*.sln

##Standard cmake gitignore##
Expand Down Expand Up @@ -100,7 +98,7 @@ target_wrapper.*
CMakeLists.txt.user*

# QtCreator 4.8< compilation database
compile_commands.json

# QtCreator local machine specific files for imported projects
*creator.user*

0 comments on commit e68d85b

Please sign in to comment.