Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Add build.* to .gitignore
Browse files Browse the repository at this point in the history
I usually create several build directories, for example "build.ninja",
"build.win64", etc.
  • Loading branch information
nikreiman committed Oct 30, 2016
1 parent 57d0cdf commit 12548da
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 products
build/*
build.*/*
MrsWatson*.zip
**/Debug/*
**/Release/*
Expand Down

0 comments on commit 12548da

Please sign in to comment.