-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
45 lines (36 loc) · 740 Bytes
/
Copy path.gitattributes
File metadata and controls
45 lines (36 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Sources
*.os
# 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
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# Project Files
# .gitignore export-ignore
# *.cbp export-ignore
# GitHub templates and other files
.github/
# Make Files
# CMakeLists.txt export-ignore
# SConstruct export-ignore
# CMakePresets.json export-ignore
# templates/** export-ignore
# support_files/** export-ignore