Skip to content

Commit

Permalink
better gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tomswinburne committed Dec 13, 2021
1 parent e277443 commit 6aa1e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ buld/*
sample-input/*
!sample-input/vac-Fe/
!sample-input/sia-Fe/
*process
!process/*ipynb
!process/MarkovModel_vacFe_[0-9][0-9]min.xml
process/.ipynb_checkpoints/*
process/__pycache__/*
.DS_Store
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if(EXTRA_LINK_FLAGS)
endif()

set(MY_DEPENDENCIES ${CMAKE_THREAD_LIBS_INIT}
${LAMMPS_LIBRARIES}
${LAMMPS_LIBRARIES}
${DB_LIBRARIES}
${NAUTY_LIBRARIES}
${BOOST_LIBRARIES}
Expand Down

0 comments on commit 6aa1e59

Please sign in to comment.