From 3994b45f10b742428c455ce60028c09efc3a3726 Mon Sep 17 00:00:00 2001 From: Larry Xue Date: Mon, 24 Aug 2020 00:15:06 -0400 Subject: [PATCH] commit --- .gitignore | 3 ++- compile_flags.txt | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 compile_flags.txt 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