1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/C++.gitattributes

38 lines
592 B
Plaintext
Raw Permalink Normal View History

2019-04-17 19:37:18 -04:00
# Sources
*.c text diff=cpp
2019-04-19 20:35:18 -04:00
*.cc text diff=cpp
*.cxx text diff=cpp
*.cpp text diff=cpp
*.cpi text diff=cpp
2019-04-19 20:35:18 -04:00
*.c++ text diff=cpp
*.hpp text diff=cpp
*.h text diff=cpp
2019-04-19 20:35:18 -04:00
*.h++ text diff=cpp
*.hh text diff=cpp
# Compiled Object files
2019-04-19 20:35:18 -04:00
*.slo binary
*.lo binary
*.o binary
*.obj binary
# Precompiled Headers
2019-04-19 20:35:18 -04:00
*.gch binary
*.pch binary
# Compiled Dynamic libraries
2019-04-19 20:35:18 -04:00
*.so binary
*.dylib binary
2019-04-19 20:35:18 -04:00
*.dll binary
# Compiled Static libraries
2019-04-19 20:35:18 -04:00
*.lai binary
*.la binary
*.a binary
*.lib binary
# Executables
2019-04-19 20:35:18 -04:00
*.exe binary
*.out binary
*.app binary