diff options
| author | Misko Hevery | 2010-10-26 22:02:24 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-10-27 15:42:46 -0700 |
| commit | 62c0e5c46091d8b98a20c31ab26e715bad574bae (patch) | |
| tree | 18e73b82cb9017b9e9b66d3ec094c53ce0b633a8 /.gitignore | |
| parent | c67af8a03819004c4aaa775805badd1e631af738 (diff) | |
| download | angular.js-62c0e5c46091d8b98a20c31ab26e715bad574bae.tar.bz2 | |
Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ng-binding
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ build/ angularjs.netrc jstd.log -.DS_Store
\ No newline at end of file +.DS_Store +regression/temp.html |
