dfeneyrou / palanteer

Visual Python and C++ nanosecond profiler, logger, tests enabler
Other
2.1k stars 88 forks source link

Added .gitignore #10

Closed BrodyHiggerson closed 3 years ago

BrodyHiggerson commented 3 years ago

This .gitignore supports the common CMake build flow of:

mkdir build && cd build cmake ..

As well as some generated files I ended up with when building the palanteer solution.