# gitignore for Conjure # # Part of Conjure, Copyright 2021 Rudy Matela, # distribued under the 3-clause BSD license. # temporary files *~ *.swp mk/toplibs # Haskell stuff *.hi *.o dist-newstyle dist # Haskell docs doc/*.html doc/*.js doc/*.json doc/*.css doc/*.png doc/src # Tag files tags TAGS # benches, prototypes and test programs eg/arith eg/bools eg/count eg/factorial eg/fibonacci eg/ints eg/gcd eg/list eg/tapps eg/tree eg/setelem eg/spec bench/self bench/longshot bench/ill-hit bench/take-drop proto/u-conjure test/expr test/conjurable test/utils