diff options
author | Corey Frang <gnarf@gnarf.net> | 2011-09-19 15:27:43 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-09-19 15:27:43 -0400 |
commit | 61277d2864b00c5206d0fdcefc67f7497663a012 (patch) | |
tree | 76a2c944de342b6e83feb0717fed61c7ee9564d9 /.gitignore | |
parent | 8f447576c918e3004ea479c278c11677920dc41a (diff) | |
download | jquery-61277d2864b00c5206d0fdcefc67f7497663a012.tar.gz jquery-61277d2864b00c5206d0fdcefc67f7497663a012.zip |
Landing pull request 511. Adding a little Makefile jQuery sizing utility to easily see differences in size between makes. Fixes #10308.
More Details:
- https://github.com/jquery/jquery/pull/511
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6cd547974..6ee92f269 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist *.patch /*.html .DS_Store +build/.sizecache.json |