diff options
author | John Parent <john.parent@kitware.com> | 2022-03-16 16:41:34 -0400 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2022-03-17 09:01:01 -0700 |
commit | 4aee27816e7101753aeb392e868096236a26d84d (patch) | |
tree | 2a6099f9b5305997e71e397aa2fae7f624786b90 /.gitignore | |
parent | e63b4f752a73a67d24802a21bdf4c8a931216d2e (diff) | |
download | spack-4aee27816e7101753aeb392e868096236a26d84d.tar.gz spack-4aee27816e7101753aeb392e868096236a26d84d.tar.bz2 spack-4aee27816e7101753aeb392e868096236a26d84d.tar.xz spack-4aee27816e7101753aeb392e868096236a26d84d.zip |
Windows Support: Testing Suite integration
Broaden support for execution of the test suite
on Windows.
General bug and review fixups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 6a816e5531..68f83ea38d 100644 --- a/.gitignore +++ b/.gitignore @@ -269,11 +269,6 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# VSCode files -.vs -.vscode -.devcontainer - # CDT- autotools .autotools |