Skip to content

Commit

Permalink
Ignore a potential .git directory during make.
Browse files Browse the repository at this point in the history
Seeing as many people use git in their project, it makes sense to exclude this directory to ignore it during compilation.
  • Loading branch information
bilderbuchi committed Aug 9, 2011
1 parent e067fa5 commit 7db2be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/template/config.make
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ USER_LIBS =
USER_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os


EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"
EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj,.git"

0 comments on commit 7db2be5

Please sign in to comment.