forked from ColorCop/ColorCop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (49 loc) · 859 Bytes
/
.gitignore
File metadata and controls
65 lines (49 loc) · 859 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
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# ignore visual studio temporary files
.vs/
# Precompiled Headers
*.gch
*.pch
# Generated files
*.dep
*.mak
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# non-compiles browse files (NCB) used by IntelliSense
*.ncb
# Visual Studio options file (OPT) used for breakpoints, etc
*.opt
# Visual Studio log file (PLG) used for build output
*.plg
# Visual Studio solution user options (SUO)
*.suo
# VisualStudio2008 user settings
*.user
# Visual studio (APS) - last resource editor state
*.aps
# legacy Visual Studio 97/5.0 temporary files
*.001
*.002
# exlude Class Wizard files from version control
*.clw
# Visual Studio build output
Release/
Debug/
ColorCop___Win32_Release_without_ALIGN/
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app