Skip to content

Commit

Permalink
Clean up and remove bin folder. Add to parent folder .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
connie authored and rwest committed Jul 14, 2015
1 parent 3d85360 commit 2ab3714
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ htmlcov/*
QMfiles/*

# Solver settings file
rmgpy/solver/settings.pxi
rmgpy/solver/settings.pxi

# bin/symmetry
bin/symmetry
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cantherm:
python setup.py build_ext cantherm --build-lib . --build-temp build --pyrex-c-in-temp

bin/symmetry:
mkdir -p bin
$(MAKE) -C external/symmetry install

QM: bin/symmetry
Expand Down
7 changes: 0 additions & 7 deletions bin/.gitignore

This file was deleted.

0 comments on commit 2ab3714

Please sign in to comment.