Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] Naming cleanup #203

Merged
merged 9 commits into from
Aug 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix gitignore
  • Loading branch information
RassK committed Jul 21, 2021
commit 77648003889ee080ce799b231eb600713714cda5
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,20 @@ deploy/AzureAppServices/
# macOS temporal files
.DS_Store

# profiler output files
src/Datadog.Trace.ClrProfiler.Native/build/

# ignore blog folder from upstream
blog/

# ignore nuke config
.nuke/*

# exception to the ignore rule
!/**/.gitkeep
!/**/.gitkeep

# profiler build files
src/Datadog.Trace.ClrProfiler.Native/build/
src/Datadog.Trace.ClrProfiler.Native/deps/
src/Datadog.Trace.ClrProfiler.Native/CMakeFiles/
src/Datadog.Trace.ClrProfiler.Native/tmp.*
src/Datadog.Trace.ClrProfiler.Native/Makefile
src/Datadog.Trace.ClrProfiler.Native/CMakeCache.txt
src/Datadog.Trace.ClrProfiler.Native/cmake_install.cmake