diff options
author | 2024-03-07 01:39:41 +0600 | |
---|---|---|
committer | 2024-03-07 01:39:41 +0600 | |
commit | a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da (patch) | |
tree | d88c34054e8005358f98f4c81d1574ebeb39dd07 /.gitignore | |
download | entropy-calc-a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da.tar.gz entropy-calc-a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da.zip |
Add water element and entropy calculator project files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
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 |