なつき
b103232e0e
Detect generated source maps
2015-03-19 17:38:59 -07:00
Arfon Smith
01deb07ae9
Return false for empty file.
2015-03-14 20:19:11 -05:00
Paul Chaignon
0db133ffb2
Detect Cython generated files
2015-03-14 19:43:17 +01:00
Paul Chaignon
2ca5868610
Detect Go files generated by Protocol Buffers
2015-02-22 10:50:47 +01:00
Paul Chaignon
6aa70a3e93
Reorganize the methods called in generated? to only load the data in last resort
2014-12-05 01:22:38 -05:00
Arfon Smith
7d850d7c09
Gemfile.lock is nolonger considered generated
2014-11-17 16:31:47 -06:00
Keith Rarick
86aa4c3f3d
Add Go dependencies to generated.rb and test_blob.rb
2014-09-22 01:12:46 -07:00
Andrée Hansson
f6e2189739
Regex matching filename 'composer.lock' fixed
...
The previous regex had an unescaped period, which matches any character between 'composer' and 'lock' in the filename.
2014-07-28 13:24:10 +02:00
Josh Abernathy
4d7a34c177
pbproj's are cool too.
2014-07-15 12:27:35 -07:00
Josh Abernathy
5c3385ecd8
Actually let's keep those.
2014-07-15 12:08:23 -07:00
Josh Abernathy
a1af3a509c
Most Xcode files have a human-readable diff now!
2014-07-15 12:06:55 -07:00
Gusakov Nikita
1b7f26091c
Added generated rule for Zephir language
2014-06-16 19:20:43 +04:00
Nayeem Syed
68793b1f0f
added check for extension and line count on vcr_cassette? in generated
2014-03-08 08:12:18 +00:00
Nayeem Syed
210ca9a86f
added VCR Cassette to the 'generated' list so they get suppressed
2014-03-06 12:00:54 +00:00
Ted Nyman
528adc1a04
Minor documentation
2014-01-11 14:19:46 -08:00
Arfon Smith
1ab8c8da53
Merge branch 'pr/804' into postscript_support
...
Conflicts:
lib/linguist/generated.rb
2013-12-23 14:25:33 -06:00
Ted Nyman
b4906fc3b8
Bit of docs
2013-12-08 15:24:53 -08:00
Daniel Fahlke
96084fa59a
recognize composer.lock as generated file
2013-12-08 21:31:29 +01:00
Aaron Puchert
86329a0758
Forgot parantheses
2013-12-03 17:21:43 +01:00
Aaron Puchert
0436973fb7
Add detection for generated PostScript files.
2013-11-24 18:04:20 +01:00
Ted Nyman
46779da3b5
Check line length for minified for now
2013-11-20 09:33:25 -08:00
liluo
01616ef54e
fix typo
2013-11-17 20:08:42 +08:00
William Kent
d7baf4ed7b
Fixed typo in a documentation comment.
2013-11-10 10:48:03 -05:00
Frans Krojegård
562ec13696
Added node_modules/ to generated files.
2013-11-05 09:31:46 +01:00
Ted Nyman
81176f8dfa
Add generated JNI detection, update samples
2013-11-04 19:14:34 -08:00
Ted Nyman
4741a47d21
Bring in @upsuper's css generated check
2013-08-05 23:00:04 -07:00
Paul Betts
4d45f13783
Hide .designer.cs files
...
VS creates a bunch of files that, while important to version, are often also
huge and boring. We should suppress them.
2013-07-11 15:54:54 -07:00
Mihai Parparita
6c98bbf02c
Detect source files generated by the Protocol Buffer compiler
2013-04-16 22:14:50 -07:00
Ted Nyman
da51510597
Nix this generated check for now
2013-03-06 15:28:55 -08:00
Pascal Borreli
70eafb2ffc
Fixed typos
2013-03-03 21:26:31 +00:00
Xidorn Quan
9a5f9a5e9b
Use space rate to distinguish minified files.
...
Minified JS files usually contain less than 2% spaces, while minified
CSS files may contain about 4% spaces. However, an unminified CSS file
may also have as low as 6% spaces, especially when it includes some
resources inline. Consequently, the division might not be appreciate
for CSS files. Even though, it will only mis-recognize a normal file
as minified for a few special cases.
2013-03-02 13:15:42 +08:00
Xidorn Quan
806369ce7f
Merge minified files detecting methods.
2013-03-01 20:50:49 +08:00
Xidorn Quan
4398cda9a5
Detect minified CSS files
2013-03-01 16:15:56 +08:00
Ted Nyman
6e82d2a689
Merge pull request #354 from mrorii/master
...
Detect Cython-generated C/C++ files
2013-02-25 17:11:17 -08:00
Naoki Orii
35e077ce86
Detect cython-generated files
2013-01-12 23:48:04 -05:00
Simon Hafner
675d0865da
fixed typo
2012-09-13 14:56:44 -05:00
Joshua Peek
dbb089f610
Fix nil data passed to generated
2012-08-07 10:39:08 -05:00
Joshua Peek
41b7d13aa7
Extract generated blob check into its own module
2012-08-03 15:47:50 -05:00