From 4941f2d31c99d07ab35d99b46643a2eb6d6a0f03 Mon Sep 17 00:00:00 2001 From: TheRogueZeta <6479694-TheRogueZeta@users.noreply.gitlab.com> Date: Sun, 15 May 2022 19:21:14 -0700 Subject: [PATCH] Update .gitignore to add *.ii and *.s files --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a358df68..c3e7e31e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,17 +37,19 @@ Thumbs.db !dependencies/**/*.bat # C++ objects and libs -*.slo -*.lo -*.o *.a +*.dll +*.dylib +*.ii *.la *.lai +*.lo +*.o +*.s +*.slo *.so *.so.* -*.dll !dependencies/**/*.dll -*.dylib # Qt-es object_script.*.Release @@ -110,4 +112,4 @@ compile_commands.json *.Release # Clang tooling files -compile_commands.json \ No newline at end of file +compile_commands.json