diff options
author | Joe Gallo <joegallo@gmail.com> | 2014-08-28 11:09:22 -0400 |
---|---|---|
committer | Joe Gallo <joegallo@gmail.com> | 2014-08-28 11:10:05 -0400 |
commit | 6508e39b692777ddd7204870326c8fd2a2fc6402 (patch) | |
tree | 2e6a8e37f7ed02b66dd17ad5abe3238c7bcb665f /.gitignore | |
parent | d5592ea1e325131d4a7abf5e98f67fcb5cf22287 (diff) | |
download | fork-ledger-6508e39b692777ddd7204870326c8fd2a2fc6402.tar.gz fork-ledger-6508e39b692777ddd7204870326c8fd2a2fc6402.tar.bz2 fork-ledger-6508e39b692777ddd7204870326c8fd2a2fc6402.zip |
ignore dylib files
which makes the build gitignore clean on my mac
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.[oa] *.so *.so.* +*.dylib *.backup *.elc *.gcov |