Skip to content

Commit

Permalink
Add .gitattributes and .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Aug 1, 2016
1 parent acc35a4 commit 5495524
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
* text=auto eol=lf

*.bat text eol=crlf
*.config text eol=lf
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.prefs text
*.py text eol=lf
*.rst text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.po text eol=lf
*.pot text eol=lf
*.styl text eol=lf
*.xml text

*.gif binary
*.ico binary
*.jpg binary
*.lnk binary
*.mo binary
*.png binary
*.exe binary
*.so binary
*.ppt binary
*.pdf binary
*.gz binary
*.zip binary
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*~
*.pyc
*.pyo
*.swp
*.log
*.patch

.idea

0 comments on commit 5495524

Please sign in to comment.