Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 997d3cd

Browse files
committed
Update .gitignore to ignore temporary files generated during build
1 parent eaf371c commit 997d3cd

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

.gitignore

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,22 @@ FakesAssemblies/
197197
# Visual Studio 6 workspace options file
198198
*.opt
199199
/.project
200+
*.VC.opendb
201+
*.VC.db
200202

201203
# CodeXl VSPackage temp files
202-
!CodeXL/AMDTApplicationFramework/tmp/
203-
!CodeXL/CodeXLVSPackage/CodeXLVSPackage/CodeXLVSPackageVS14VSIX/ApplicationIcon.ico
204-
!CodeXL/CodeXLVSPackage/CodeXLVSPackage/CodeXLVSPackageVS14VSIX/CodeXL_App_Settings.txt
205-
!CodeXL/CodeXLVSPackage/CodeXLVSPackage/Debug-CodeXLVSPackageVS14/
206-
!CodeXL/CodeXLVSPackage/CodeXLVSPackage/tmp/
207-
!CodeXL/CodeXLVSPackage/CodeXL_App_Settings.txt
208-
!CodeXL/Components/AMDTSharedProfiling/tmp/
209-
!CodeXL/Components/CpuProfiling/AMDTCpuProfiling/tmp/
210-
!CodeXL/Components/GpuDebugging/AMDTGpuDebugging/tmp/
211-
!CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/tmp/
212-
!CodeXL/Components/GpuProfiling/AMDTGpuProfiling/GeneratedFiles/
213-
!CodeXL/Components/GpuProfiling/AMDTGpuProfiling/tmp/
214-
!CodeXL/Components/PowerProfiling/AMDTPowerProfiling/tmp/
215-
!CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/tmp/
204+
CodeXL/AMDTApplicationFramework/tmp/
205+
CodeXL/CodeXLVSPackage/CodeXLVSPackage/CodeXLVSPackageVS14VSIX/ApplicationIcon.ico
206+
CodeXL/CodeXLVSPackage/CodeXLVSPackage/CodeXLVSPackageVS14VSIX/CodeXL_App_Settings.txt
207+
CodeXL/CodeXLVSPackage/CodeXLVSPackage/Debug-CodeXLVSPackageVS14/
208+
CodeXL/CodeXLVSPackage/CodeXLVSPackage/tmp/
209+
CodeXL/CodeXLVSPackage/CodeXL_App_Settings.txt
210+
CodeXL/Components/AMDTSharedProfiling/tmp/
211+
CodeXL/Components/CpuProfiling/AMDTCpuProfiling/tmp/
212+
CodeXL/Components/GpuDebugging/AMDTGpuDebugging/tmp/
213+
CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/tmp/
214+
CodeXL/Components/GpuProfiling/AMDTGpuProfiling/GeneratedFiles/
215+
CodeXL/Components/GpuProfiling/AMDTGpuProfiling/tmp/
216+
CodeXL/Components/PowerProfiling/AMDTPowerProfiling/tmp/
217+
CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/tmp/
216218

Common

0 commit comments

Comments
 (0)