diff options
author | Brad Richardson <brichardson@structint.com> | 2020-02-27 21:01:13 -0800 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-02-27 21:01:13 -0800 |
commit | d4c0aea26050b32bf394eabe91c95ab56113ce1a (patch) | |
tree | bd662532554e059fdcc782af8c9b840c5ee68a7d /.gitignore | |
parent | 775841b8437adf4f400a21fa939156dc6ef48cc2 (diff) | |
download | fpm-d4c0aea26050b32bf394eabe91c95ab56113ce1a.tar.gz fpm-d4c0aea26050b32bf394eabe91c95ab56113ce1a.zip |
Enable building executables
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ .stack-work/ fpm.cabal *~ -example_library/build/* +example_project/build/* |