Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing the directory structure #169

Merged
merged 3 commits into from
Jul 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 11 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ gmon.out
.directory
.settings

/config/*.conf
/bin
/lib
/models/*
/install/xmipp.conf
/tests/data
# ignore everything in src folder
/build/*
/src/*
# except xmipp folder
!/src/xmipp/*

/src/xmipp/bin
/src/xmipp/lib
/src/xmipp/models/*
/src/xmipp/tests/data

# Ignore version file
.devel_version
applications/programs/version
/src/xmipp/applications/programs/version
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ before_install:
- source scripts/install_cuda_travis.sh
script:
- |
python ./scripts/travis_before_script.py && \
build-wrapper-linux-x86-64 --out-dir bw-outputs ./xmipp && \
sonar-scanner && \
ccache -s
35 changes: 0 additions & 35 deletions scripts/travis_before_script.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.