https://github.com/barbagroup/PetIBM
Raw File
Tip revision: be91f218702ada7fe569fe77c258fa748f075713 authored by Pi-Yueh Chuang on 11 August 2022, 21:50:46 UTC
Merge pull request #169 from piyueh/fix-168
Tip revision: be91f21
.gitignore
# Ignore build directory
build

# Ignore backup files
*~

# Ignore files generated by Doxygen
doc/html
doc/doxygen_sqlite3.db

# Ignore Python compiled files
*.pyc

# Ignore debugging info files generated by Apple's Xcode
*.dSYM

# Ignore VSCode configuration
.vscode

# Ignore any cache
**/.cache
back to top