-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
108 lines (96 loc) · 1 KB
/
.gitignore
File metadata and controls
108 lines (96 loc) · 1 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Ignore directories created by CLion
.idea/
cmake-build-debug/
cmake-build-release/
# Ignore compiled files
*.o
*.so
*.ko
*.a
*.mod
*.mod.c
*.lo
# Ignore executables
*.exe
# Ignore generated files
*.s
*.swp
*.out
*.d
*.4
*.4a
*.4b
*.4f
*.4i
*.4o
*.4t
*.4x
*.Po
*.Plo
*.bak
*.log
*.orig
*.rej
*.swp
*.swo
*.vi
*.vsp
*~
# Ignore temporary files created by the linker
*.ilk
*.pdb
*.exp
*.lib
*.exe
*.dll
*.idb
*.pdb
*.manifest
*.res
*.pch
*.sbr
*.bsc
*.ilk
*.map
*.exp
*.ipch
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.opendb
*.VC.db-shm
*.VC.db-wal
*.VC.VC.opendb
# Ignore files created by GNU Global
GPATH
GRTAGS
GSYMS
GTAGS
# Ignore files created by ctags and cscope
tags
cscope.*
# Ignore files created by gnu indent
*.BAK
*.bak
*.bAk
*.baK
*.bak2
*.BAK2
*.bAk2
*.baK2
*.bak3
*.BAK3
*.bAk3
*.baK3
# Ignore core dumps
core
# Ignore files created by distcc
*.distcc
# Ignore files created by ccache
*.ccache
# Ignore files created by autoscan
autoscan.log
# Ignore files created by configure
config.log
config.status