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

.gitignore

Blame
  • Christian Gram Kalhauge's avatar
    chrg authored
    983d355b
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 266 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
    rtree-c
    test.c