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

Stop tracking empty directories #421

Merged
merged 2 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# directories
spack
environments
golds
logs
tmp
views
modules
cache
# file types
__pycache__
*.lock
.spack-env/
Expand Down
3 changes: 0 additions & 3 deletions cache/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions environments/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions golds/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions logs/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions modules/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions scripts/run-exawind-nightly-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ cmd "chmod u+x ${EXAWIND_TEST_SCRIPT}"

printf "\nRunning test script...\n"
LOG_DIR=${SPACK_MANAGER}/logs
mkdir -p ${LOG_DIR}
DATE=$(date +%Y-%m-%d)
if [ "${SPACK_MANAGER_MACHINE}" == 'eagle' ]; then
(set -x; cd ${LOG_DIR} && sbatch -J test-exawind-${DATE} -N 1 -t 4:00:00 -A exawind -p short -o "%x.o%j" --gres=gpu:2 ${EXAWIND_TEST_SCRIPT})
Expand Down
3 changes: 0 additions & 3 deletions stage/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions tmp/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions views/.gitignore

This file was deleted.