changes in .gitignore

This commit is contained in:
ProgramSnail 2021-05-17 19:08:46 +03:00
parent 76c85016d8
commit 52024e4b06
3 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View file

@ -9,4 +9,5 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
testing
testing
.vscode

View file

@ -0,0 +1 @@
#include "input_controller.hpp"

View file

@ -8,5 +8,5 @@ class InputController {
private:
public:
InputController()
InputController();
};