mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
37 lines
427 B
Plaintext
37 lines
427 B
Plaintext
|
#sources
|
||
|
*.C text
|
||
|
*.cc text
|
||
|
*.cxx text
|
||
|
*.cpp text
|
||
|
*.c++ text
|
||
|
*.hpp text
|
||
|
*.h text
|
||
|
*.h++ text
|
||
|
*.hh text
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.slo binary
|
||
|
*.lo binary
|
||
|
*.o binary
|
||
|
*.obj binary
|
||
|
|
||
|
# Precompiled Headers
|
||
|
*.gch binary
|
||
|
*.pch binary
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so binary
|
||
|
*.dylib binary
|
||
|
*.dll binary
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai binary
|
||
|
*.la binary
|
||
|
*.a binary
|
||
|
*.lib binary
|
||
|
|
||
|
# Executables
|
||
|
*.exe binary
|
||
|
*.out binary
|
||
|
*.app binary
|