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