Add .gitattributes, .gitignore, README.md, and LICENSE.txt.

This commit is contained in:
hellisabove
2023-07-03 00:25:26 +03:00
commit 3def5bf106
4 changed files with 435 additions and 0 deletions
+32
View File
@@ -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