Skip to content

Commit

Permalink
better .gitignore
Browse files Browse the repository at this point in the history
  • 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.
64 changes: 57 additions & 7 deletions .gitignore
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

0 comments on commit c9294d7

Please sign in to comment.