Skip to content

Commit

Permalink
We really want unix style line endings for most of our files
Browse files Browse the repository at this point in the history
adding an extra dir to clean for python builds
  • Loading branch information
lukeis committed Feb 19, 2013
1 parent b190fb6 commit e890401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* text=auto

*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.css text
*.js text
*.java text diff=java eol=lf
*.html text diff=html eol=lf
*.css text eol=lf
*.js text eol=lf
*.sql text

*.csproj text merge=union
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ task :clean do
rm_rf 'android/libs/'
rm_rf 'android/client/bin/'
rm_rf 'java/client/build/'
rm_rf 'dist/'
Android::Clean.new()
end

Expand Down

0 comments on commit e890401

Please sign in to comment.