• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#################
2## Visual Studio
3#################
4
5## Ignore Visual Studio temporary files, build results, and
6## files generated by popular Visual Studio add-ons.
7
8# User-specific files
9*.suo
10*.user
11*.sln.docstates
12
13# Build results
14[Dd]ebug/
15[Rr]elease/
16*_i.c
17*_p.c
18*.ilk
19*.meta
20*.obj
21*.pch
22*.pdb
23*.pgc
24*.pgd
25*.rsp
26*.sbr
27*.tlb
28*.tli
29*.tlh
30*.tmp
31*.vspscc
32.builds
33*.dotCover
34
35## TODO: If you have NuGet Package Restore enabled, uncomment this
36#packages/
37
38# Visual C++ cache files
39ipch/
40*.aps
41*.ncb
42*.opensdf
43*.sdf
44
45# Visual Studio profiler
46*.psess
47*.vsp
48
49# ReSharper is a .NET coding add-in
50_ReSharper*
51
52# Installshield output folder
53[Ee]xpress
54
55# DocProject is a documentation generator add-in
56DocProject/buildhelp/
57DocProject/Help/*.HxT
58DocProject/Help/*.HxC
59DocProject/Help/*.hhc
60DocProject/Help/*.hhk
61DocProject/Help/*.hhp
62DocProject/Help/Html2
63DocProject/Help/html
64
65# Click-Once directory
66publish
67
68# Others
69[Bb]in
70[Oo]bj
71sql
72TestResults
73*.Cache
74ClientBin
75stylecop.*
76~$*
77*.dbmdl
78Generated_Code #added for RIA/Silverlight projects
79
80# Backup & report files from converting an old project file to a newer
81# Visual Studio version. Backup files are not needed, because we have git ;-)
82_UpgradeReport_Files/
83Backup*/
84UpgradeLog*.XML
85
86
87
88############
89## Windows
90############
91
92# Windows image file caches
93Thumbs.db
94
95# Folder config file
96Desktop.ini
97
98############
99## Mac
100############
101
102.DS_Store
103
104############
105## CMake
106############
107
108build/*
109dest/*
110.vscode/*
111nmake/*
112projects/*
113!projects/CMake/CMakeLists.txt
114!projects/CMake/shared.cmake
115!projects/nuget/rxcpp.autopackage
116!projects/doxygen
117!projects/scripts
118Testing/*
119
120CMakeCache.txt
121CMakeFiles
122*.cmake
123*.log
124*.vcxproj*
125*.sln
126Makefile
127
128############
129## Sublime
130############
131
132*.sublime-*
133
134############
135## Doxygen
136############
137
138projects/doxygen/*.conf
139projects/doxygen/html
140Rx/v2/examples/doxygen/output.txt
141