Skip to content
Snippets Groups Projects
Select Git revision
  • beef9cb82b0df5db844c9e315dfdbc5cae3f6035
  • main default protected
  • simp
3 results

.gitignore

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 258 B
    dist
    dist-*
    cabal-dev
    *.o
    *.hi
    *.hie
    *.chi
    *.chs.h
    *.dyn_o
    *.dyn_hi
    .hpc
    .hsenv
    .cabal-sandbox/
    cabal.sandbox.config
    *.prof
    *.aux
    *.hp
    *.eventlog
    .stack-work/
    cabal.project.local
    cabal.project.local~
    .HTF/
    .ghc.environment.*
    
    .DS_Store
    
    result
    
    a.out
    test.c