From bda8301a4928adefb98e99424cd40fda7f18317d Mon Sep 17 00:00:00 2001 From: Willian Z Date: Sun, 24 Apr 2022 20:36:31 +0800 Subject: Create .gitignore --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d924fe3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +build/ + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app \ No newline at end of file -- cgit v1.2.3