propeller/.gitignore
Ryan Boldi be3402dae2 Revert "autosimplification implementation complete"
This reverts commit af22f9793b70339b9c90cfa2b99c327426840471.
2022-02-26 21:14:16 -05:00

36 lines
402 B
Plaintext

/target
/classes
/checkouts
profiles.clj
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
.hgignore
.hg/
*.iml
.idea/
out
notes
.clj-kondo/
.calva/
.lsp/
/.idea
/.idea/
/results
/temp
*~
q
# Clojure Script
.shadow-cljs/
node_modules/
# Don't commit the data directory that we'll
# use to hold the data from
# https://github.com/thelmuth/program-synthesis-benchmark-datasets
/data
**/.DS_Store