Skip to content

Commit

Permalink
Stop tracking empty directories (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Nov 11, 2022
1 parent 24166fc commit ed36702
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 24 deletions.
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.

0 comments on commit ed36702

Please sign in to comment.