From d36a45544fa87c5e62f5fcb815befa02901e89e5 Mon Sep 17 00:00:00 2001 From: Kohei Morita Date: Mon, 3 Jun 2024 01:13:47 +0900 Subject: [PATCH] refactor gitignore --- .gitignore | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index ed4d17b1..c8402923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,8 @@ +# ignore executable (= no extension) file * - -!.gitignore -!Dockerfile -!LICENSE - !*/ -!*.sh -!*.yml -!*.yaml -!*.toml -!*.cpp -!*.h -!*.hpp -!*.md -!*.py -!*.in - -!requirements.txt -!hash.json -!googletest -!CMakeLists.txt +!*.* -params.h in/ - -.venv/ -venv/ - -CMakeFiles/ - -!.devcontainer/* +out/ +params.h \ No newline at end of file