diff --git a/Dylan.gitignore b/Dylan.gitignore new file mode 100644 index 00000000..dca62ad0 --- /dev/null +++ b/Dylan.gitignore @@ -0,0 +1,16 @@ +# backup files +*~ +*.bak +.DS_Store + +# project file +*.hdp + +# documentation build directory +build/ + +# compiler build directory +_build/ + +# dylan tool package cache +_packages/