From a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da Mon Sep 17 00:00:00 2001 From: SR Tamim Date: Thu, 7 Mar 2024 01:39:41 +0600 Subject: Add water element and entropy calculator project files --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eff81b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# 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 +*.i*86 +*.x86_64 +*.hex + +# Code::Blocks project files +*.layout +*.depend + +# Debug files +bin/ +obj/ \ No newline at end of file -- cgit v1.2.3