Skip to content

Commit

Permalink
gitignore profile outputs
Browse files Browse the repository at this point in the history
also remove profile outputs with veryclean
  • Loading branch information
Jerome Jackson committed Jan 15, 2025
1 parent 4edf1f0 commit c1b990b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ wannier90.x
*.x.dSYM
.vscode
*.mod
*.gcno
*.gcda
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ clean:
cd $(ROOTDIR)/test-suite && ./clean_tests

veryclean: clean
cd $(ROOTDIR) && rm -f wannier90.x postw90.x w90chk2chk.x w90spn2spn.x libwannier90.{a,so.4} libwannier90_mpi.{a,so.4}
cd $(ROOTDIR) && rm -f wannier90.x postw90.x w90chk2chk.x w90spn2spn.x libwannier90.{a,so.4} libwannier90_mpi.{a,so.4} *.{gcda,gcno}
cd $(ROOTDIR)/test-suite && ./clean_tests -i

thedoc:
Expand Down

0 comments on commit c1b990b

Please sign in to comment.