diff --git a/.gitignore b/.gitignore index 1b50932..953d54f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ _trash/ -.vscode/ \ No newline at end of file +.vscode/ + +*.exe +*.log \ No newline at end of file diff --git a/task_3/log_writer.h b/task_3/log_writer.h index 1530c38..9428df5 100644 --- a/task_3/log_writer.h +++ b/task_3/log_writer.h @@ -1,6 +1,3 @@ -#ifndef PROCESS_LAUNCHER_H -#define PROCESS_LAUNCHER_H - #include #include #include @@ -16,5 +13,3 @@ public: private: static int write_log(const std::string& log_line); }; - -#endif // PROCESS_LAUNCHER_H \ No newline at end of file