-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (71 loc) · 1.53 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
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
# Ignore Visual Studio temporary files, build results, and
# files generated by popular Visual Studio add-ons.
# User-specific files
.vscode/
*.user
*.suo
*.userosscache
*.sln.docstates
# User-specific files (Mono Auto Generated)
mono_crash.*
# User-specific files (VSCode)
.vscode/
# User-specific files (Rider)
.idea/
.idea/*
!.idea/description.html
*.suo
# User-specific files (VSCode)
.vscode/
# User-specific files (Linux)
*.swo
*.swp
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
TSP_GA_CUDA/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
[Ll]ogs
# Enable "build/" folder in the root
!build/
# Uncomment if you have tasks that create the project's packages
# packages/
# Uncomment if you have tasks that create the project's packages
# *.nupkg
# Ignore files generated by popular Visual Studio add-ons.
# Uncomment if you have tasks that create the project's packages
# [Tt]est[Rr]esult*
# [Bb]uild[Ll]og.*
# _[Pp]ackages
# Uncomment if you have tasks that create the project's packages
# *.[Pp]idb
# *.aps
# Uncomment if you have tasks that create the project's packages
# [Aa]pp[Dd]ata/
# [Ll]ocal[Ss]ettings/
# [Tt]humbs.db
# Uncomment if you have tasks that create the project's packages
# [Tt]humbs.db
# Comment out the following line if you want to keep your build log.
# [Bb]uild[Ll]og.*
# Uncomment if you have tasks that create the project's packages
# *.nupkg
# Add in the files and folders you want to keep.
!.gitignore
!*.sln
!*.vcxproj
!*.vcxproj.filters
!*.cu
!*.cuh
!*.h
!*.cpp