Skip to content

Commit

Permalink
fix .gitignore and vs project
Browse files Browse the repository at this point in the history
  • Loading branch information
wuaalb committed Apr 18, 2017
1 parent c80d74a commit e1f25e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
build/

# Test
*.wav
*.wav

# Visual Studio
visualstudio/.vs/
visualstudio/Debug/
visualstudio/Release/
visualstudio/win.VC.VC.opendb
visualstudio/win.VC.db
visualstudio/win/Debug/
visualstudio/win/Release/
1 change: 1 addition & 0 deletions visualstudio/win/win.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalOptions>-I $(SolutionDir)..\src -I $(SolutionDir)..\tools %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down

0 comments on commit e1f25e5

Please sign in to comment.