-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (58 loc) · 1.11 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
.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
*.class
panelsim_all.jar
*~
*#
BIN/
# We want to ignore generated files in the BlinkenBone folder, but not
# those in the 3rdparty folder (because we don't rebuild many of them).
!BlinkenBone/3rdparty/**
BlinkenBone/**/bin-*/
ipch/
# 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/*.sln
Visual Studio Projects/*-*.sln
!Visual Studio Projects/0ReadMe_Projects.txt
**/*.code-workspace
**/.vscode/
**/.vs/