Skip to content

Commit

Permalink
Enable every entry in .gitattributes
Browse files Browse the repository at this point in the history
- Mark .git-blame-ignore-revs as export-ignore
  • Loading branch information
botder committed Apr 1, 2020
1 parent ffa08f9 commit eefde6d
Show file tree
Hide file tree
Showing 6 changed files with 2,230 additions and 2,229 deletions.
67 changes: 34 additions & 33 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
# Attributes
# * text=auto
# *.c text diff=cpp
# *.cc text diff=cpp
# *.cpp text diff=cpp
# *.cxx text diff=cpp
# *.c++ text diff=cpp
# *.h text diff=cpp
# *.hh text diff=cpp
# *.hpp text diff=cpp
# *.h++ text diff=cpp
# *.rc text
* text=auto
*.c text diff=cpp
*.cc text diff=cpp
*.cpp text diff=cpp
*.cxx text diff=cpp
*.c++ text diff=cpp
*.h text diff=cpp
*.hh text diff=cpp
*.hpp text diff=cpp
*.h++ text diff=cpp
*.rc text
*.vcproj text eol=crlf
*.sln text eol=crlf
*.bat text eol=crlf
*.sh text eol=lf
# *.lua text
# *.xml text
# *.yml text
# *.txt text
# *.lua text
# *.nsi text
# *.nsh text
# *.xsd text
# *.po text
# *.ico binary
# *.png binary
# *.bmp binary
# *.dll binary
# *.so binary
# *.dylib binary
# *.a binary
# *.lib binary
# *.exe binary
# *.out binary
# *.app binary
# *.dat binary
# *.ttf binary
*.lua text
*.xml text
*.yml text
*.txt text
*.lua text
*.nsi text
*.nsh text
*.xsd text
*.po text
*.ico binary
*.png binary
*.bmp binary
*.dll binary
*.so binary
*.dylib binary
*.a binary
*.lib binary
*.exe binary
*.out binary
*.app binary
*.dat binary
*.ttf binary

# Ignored files by `git archive`
/.git-blame-ignore-revs export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
Expand Down
Loading

0 comments on commit eefde6d

Please sign in to comment.