This repository was archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Began process to develop a more robust set of build scripts for all o…
…f my test platforms
- Loading branch information
Showing
10 changed files
with
462 additions
and
173 deletions.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Ignore everything | ||
| * | ||
| # Whitelist what is necessary | ||
| !setup.py | ||
| !version.txt | ||
| !environment.yml | ||
| !pyproject.toml | ||
| !requirements.txt | ||
| !distclean.cmake | ||
| !cmake/Modules/*.cmake | ||
| !CMakeLists.txt | ||
| !src/CMakeLists.txt | ||
| !swiftest/CMakeLists.txt | ||
| !swiftest/tests/CMakeLists.txt | ||
| !swiftest/*.py | ||
| !swiftest/*.pyx | ||
| !swiftest/*.h | ||
| !swiftest/tests/*.py | ||
| !src/*/*.f90 | ||
| !buildscripts/*.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| !*.sh |
Oops, something went wrong.