diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 259148f..0000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app diff --git a/implot.cpp b/implot.cpp index fff7b98..76ae86b 100644 --- a/implot.cpp +++ b/implot.cpp @@ -2661,4 +2661,4 @@ void Digital(const char* label_id, ImVec2 (*getter_func)(void* data, int idx), v return PlotDigitalEx(label_id, getter, count, offset); } -} // namespace ImPlot +} // namespace ImPlot \ No newline at end of file diff --git a/implot_demo.cpp b/implot_demo.cpp index 3b9b06b..0e829e8 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -792,4 +792,4 @@ void ShowDemoWindow(bool* p_open) { ImGui::End(); } -} // namespace ImPlot +} // namespace ImPlot \ No newline at end of file