diff options
author | Austin Ziegler <austin@zieglers.ca> | 2013-11-07 22:40:30 -0500 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2014-04-26 16:31:36 -0400 |
commit | c2479b3095a01620843d7986b5ed97903d47bae6 (patch) | |
tree | 20f221fc238362e4c3af71e3c72e7cecedae6096 /.gitignore | |
parent | 8950f333ee55e26c9f33f9d0012115fd26114a6d (diff) | |
download | diff-lcs-c2479b3095a01620843d7986b5ed97903d47bae6.tar.gz |
Final changes for release 1.25.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -2,16 +2,20 @@ Gemfile.lock spec/ldap.yml .rvmrc pkg/ -*.swp *.pyc *.rbc -html/ +*.swp +*~ +.DS_Store +.rake_tasks~ +.source_index +Gemfile.lock +coverage.info +coverage/ doc/ +html/ publish/ -coverage/ -coverage.info -.rake_tasks~ -.DS_Store -website/index.html research/ -.source_index +website/index.html +pkg/ +publish/ |