forked from otris/ews-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 639 Bytes
/
.gitignore
File metadata and controls
59 lines (48 loc) · 639 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
# This file is used to ignore files which are generated by the build system,
# various editors, and other files that shouldn't be in the repository.
test
*~
*.orig
*.swp
core
*.o
*.obj
*.so
.#*
.DS_Store
.clang_complete
# Directories to ignore
doc/html
[Bb]uild*/
[Dd]ebug/
[Rr]elease/
*.xcodeproj/xcuserdata
# Vim temporary and session files
.*.swp
*.vim
# Visual Studio generated files
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
# KDE files
.kateproject
.kateproject.d/
.directory
# Eclipse files
.project
.cproject
.settings/
# ctags
tags
# cscope
cscope.files
cscope.out
# VS Code
.vscode/
# CLion
.idea/