-
Notifications
You must be signed in to change notification settings - Fork 93
/
.gitignore
61 lines (61 loc) · 1.13 KB
/
.gitignore
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
.git-commit-id
.git-commit-id.h
#ignore thumbnails created by windows
Thumbs.db
#ignore Desktop Services Store created by OSX
.DS_Store
#Ignore files built by Visual Studio
*.obj
*.exe
# VAX/vmb.exe is not a generated file and should be in the repository
!VAX/vmb.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.bak
*.save
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.o
*~
*#
BIN/
ipch/
# Visual Studio, Visual Code directories:
.vscode/
.vs/
build/
# We only care about specific files in the Visual Studio Projects
# folder. Things which are there on the fly to support debugging
# or other things we don't want git to manage.
Visual Studio Projects/*
!Visual Studio Projects/*.vcproj
!Visual Studio Projects/*.vcxproj*
!Visual Studio Projects/*.sln
Visual Studio Projects/~AutoRecover.*
!Visual Studio Projects/0ReadMe_Projects.txt
**/*.code-workspace
**/.vscode/
# Visual Studio artifacts in CMake mode
out/
CMakeSettings.json
## Staging area for cmake install (default install prefix)
SIMH-install