-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (68 loc) · 916 Bytes
/
Copy path.gitignore
File metadata and controls
78 lines (68 loc) · 916 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Ignore OS-specific files
.DS_Store
Thumbs.db
openFrameworks-Info.plist
of.entitlements
Project.xcconfig
icon.rc
.vs
# Ignore everything in bin/
bin/*
# But do not ignore bin/data/ and its contents
!bin/data/
!bin/data/**
# Ignore openFrameworks project-specific files
bin/data/config.json
bin/*.exe
bin/*.app
bin/*.dll
bin/*.so
bin/*.dylib
bin/*.map
bin/*.pdb
bin/*.o
bin/*.dSYM
bin/*/Debug/
bin/*/Release/
bin/*/obj/
bin/*/build/
obj/
# Ignore compiled object files
*.o
*.lo
*.la
*.al
*.libs
*.so
*.dylib
*.dll
*.exe
*.out
*.app
*.dSYM/
*.map
*.pdb
# Ignore build directories
build/
build-tmp/
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.user
# Ignore libraries
libs/*/lib/*
libs/*/obj/*
# Ignore logs and temporary files
*.log
*.tmp
# Ignore code editor specific files
.vscode/
*.code-workspace
.idea/
*.iml
# Ignore files generated by build tools
CMakeLists.txt