Skip to content

Commit ef0ede4

Browse files
committed
Add .gitattributes
1 parent ae6336f commit ef0ede4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Rakefile diff=ruby
2+
Gemfile diff=ruby
3+
*.gemspec diff=ruby
4+
*.rb diff=ruby
5+
*.ru diff=ruby
6+
*.py diff=python
7+
bin/* diff=ruby

src/ruby_supportlib/phusion_passenger/packaging.rb

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module Packaging
9595
EXCLUDE_GLOB = [
9696
'**/.DS_Store',
9797
'.gitignore',
98+
'.gitattributes',
9899
'.gitmodules',
99100
'.travis.yml',
100101
'.settings/*',

0 commit comments

Comments
 (0)