Skip to content

Commit

Permalink
Improved the gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Zuniga authored and Miguel Zuniga committed Mar 27, 2022
1 parent 2de3ce9 commit f4dd3c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
/bin/
# MZ ingnore every direcotry with these names
CMakeFiles/
# MZ ignore every makefile - currently the are made by running cmake
**/Makefile
# MZ ignore another one of those file generated by cmake
**/cmake_install.cmake

# User-specific files
*.suo
Expand All @@ -37,6 +41,7 @@ bld/

# Visual Studio 2015 cache/options directory
.vs/
.vscode/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

Expand Down

0 comments on commit f4dd3c4

Please sign in to comment.