Skip to content

Commit

Permalink
Added Git Attributes file (for correcting line endings)
Browse files Browse the repository at this point in the history
Updated  Git Ignore file
  • Loading branch information
gizmocuz committed May 12, 2016
1 parent 14282f0 commit 685e86a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.am text
*.c text
*.cmake text
*.configure text
*.cpp text
*.css text
*.h text
*.hpp text
*.html text
*.js text
*.less text
*.md text
*.pem text
*.svg text
*.txt text
*.yml text
*.example text
html5.appcache text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.dsp text eol=crlf
*.vcproj text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.cur binary
*.eot binary
*.gif binary
*.gz binary
*.ico binary
*.jpg binary
*.mp3 binary
*.png binary
*.swf binary
*.ttf binary
*.wav binary
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Makefile
CMakeFiles
*.cmake
*.a
*.exp
*.idb
*.log
*.obj
*.pdb
*.tlog
CMakeCache.txt
domoticz
stdafx.h.gch
Expand Down

0 comments on commit 685e86a

Please sign in to comment.