Skip to content

Commit

Permalink
Update .gitignore and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Apr 8, 2014
1 parent c7574a8 commit fbb273b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.buildpath
.buildpath
.loadpath
.metadata
.project
.settings
.settings/

0 comments on commit fbb273b

Please sign in to comment.