Skip to content

Commit

Permalink
Ignore all build* folders in .gitignore
Browse files Browse the repository at this point in the history
I frequently have one like `buildwin` and `buildlin` for the different OS in WSL.
  • Loading branch information
peace-maker committed Nov 17, 2021
1 parent 896e922 commit 9cb693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LIB-Debug/
[Tt]humbs.db

# AMBuild build directories
build/
build*/
obj-*/
*~
*.rej
Expand Down

0 comments on commit 9cb693d

Please sign in to comment.