mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
1c38465ca8
* Builds nightly binary tarballs on Linux, macOS, and Windows * Runs tests on every PR and merge to master * Includes GitHub Actions status in README instead of Travis * Makes the GitRev recompile hack less fragile * Makes the Makefile Cabal v3 compatible * Builds the manual as part of the CI process
33 lines
569 B
Plaintext
33 lines
569 B
Plaintext
*\#*
|
|
*~
|
|
.DS_Store
|
|
.cabal-sandbox
|
|
cabal.sandbox.config
|
|
dist
|
|
results.xml
|
|
dist-newstyle
|
|
.stack-work
|
|
.ghc.environment.*
|
|
cabal.project.freeze
|
|
cabal.project.local*
|
|
|
|
# don't check in generated documentation
|
|
#docs/CryptolPrims.pdf
|
|
#docs/ProgrammingCryptol.pdf
|
|
#docs/Syntax.pdf
|
|
#docs/Version2Changes.pdf
|
|
|
|
# don't check in distribution files
|
|
cryptol-2.*
|
|
|
|
# temporary notebook stuff until we split out the repo
|
|
/ICryptol/ICryptol-2.*
|
|
/ICryptol/profile.tar
|
|
/ICryptol/profile_cryptol/security/
|
|
/ICryptol/profile_cryptol/startup/
|
|
/bench*.xml
|
|
|
|
# ignore test suite output
|
|
/bin
|
|
/output
|