-
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.
- Loading branch information
Clifford Beshers
authored and
Clifford Beshers
committed
Jan 31, 2021
1 parent
444c920
commit c9294d7
Showing
1 changed file
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,23 +1,73 @@ | ||
dist | ||
dist-* | ||
dist-newstyle | ||
cabal-dev | ||
.gcroots | ||
*.o | ||
*.hi | ||
*.hie | ||
*.chi | ||
*.chs.h | ||
*.dyn_o | ||
*.dyn_hi | ||
.virtualenv | ||
.hpc | ||
.hsenv | ||
.cabal-sandbox/ | ||
cabal.sandbox.config | ||
*.prof | ||
*.aux | ||
*.hp | ||
*.eventlog | ||
.stack-work/ | ||
cabal.project.local | ||
cabal.project.local~ | ||
.HTF/ | ||
*.js_hi | ||
*.js_o | ||
*.jsexe | ||
*_stub.h | ||
*~ | ||
\#* | ||
.#* | ||
*.dsc | ||
*.tar.gz | ||
*.changes | ||
*.deb | ||
build-ghc-stamp | ||
configure-ghc-stamp | ||
.local-development-configured | ||
*/debian/changelog | ||
*/debian/compat | ||
*/debian/control | ||
*/debian/copyright | ||
*/debian/files | ||
*/debian/*.debhelper.log | ||
*/debian/*.install | ||
*/debian/*.substvars | ||
*/debian/extra-depends-ghcjs | ||
*/debian/*.lintian-overrides | ||
*/debian/*.links | ||
*/debian/*/ | ||
*/debian/hlibrary.setup | ||
*/debian/rules | ||
*/debian/source/ | ||
*/debian/watch | ||
*/dist-ghc/ | ||
*/dist-ghcjs/ | ||
*/dist-newstyle/ | ||
build-haddock-stamp | ||
check-ghc-stamp | ||
*/_local | ||
*/_state | ||
happstack-ghcjs-server/happstack-ghcjs-server.eventlog | ||
happstack-ghcjs-server/version.txt | ||
client.project.local | ||
server.project.local | ||
runtime-depends.nix | ||
happstack-ghcjs-server/css/.sass-cache/* | ||
happstack-ghcjs-server/css/codenoise.* | ||
.ghc.environment.* | ||
.sass-cache | ||
*.fls | ||
*.aux | ||
*.fdb_latexmk | ||
*.log | ||
*.xdv | ||
success.mp3 | ||
uhoh.mp3 | ||
jssync.sh | ||
.DS_Store |