Skip to content

Commit

Permalink
.gitignore: build/ (AMReX-Codes#1373)
Browse files Browse the repository at this point in the history
## Summary

besides our currently assumed temporary build directories, a temporar build/ directory is quite common in CMake (although discouraged to build inside the tree at all, but this is safe enough).
## Additional background

## Checklist

The proposed changes:
- [ ] fix a bug or incorrect behavior in AMReX
- [ ] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX users
- [ ] are described in the proposed changes to the AMReX documentation, if appropriate
  • Loading branch information
ax3l authored Sep 17, 2020
1 parent ea27c40 commit 5903616
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
Expand Up @@ -5,6 +5,7 @@ nohup.out
*.exe
*.exe.dSYM
*~
build/
tmp_build_dir/
d/
f/
Expand Down

0 comments on commit 5903616

Please sign in to comment.