https://github.com/HTDerekLiu/surface_multigrid_code
Revision bdbd3fefb6de5e5932fb2496b86e01725c716d50 authored by HTDerekLiu on 01 March 2021, 20:17:26 UTC, committed by HTDerekLiu on 01 March 2021, 20:17:26 UTC
1 parent 9ad38ba
Raw File
Tip revision: bdbd3fefb6de5e5932fb2496b86e01725c716d50 authored by HTDerekLiu on 01 March 2021, 20:17:26 UTC
Update .gitignore
Tip revision: bdbd3fe
.gitignore
libigl

# 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
back to top