diff --git a/.gitignore b/.gitignore index 2149277..45f78f4 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .mypy_cache .pytest_cache .vscode -__pycache__ \ No newline at end of file +__pycache__ +compile_flags.txt \ No newline at end of file diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index f8412a6..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1,5 +0,0 @@ --I/home/larry/.local/include/python3.8/ --Wall --Wextra --Wno-main-return-type --Wno-incompatible-library-redeclaration \ No newline at end of file