diff options
author | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-09-02 12:26:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 12:26:44 +0300 |
commit | fa6df107cb0d78e708cb8457c0f7d74969156f56 (patch) | |
tree | 48bf27bce7282db51232e46be792725e6bc22989 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259148f --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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 |