https://github.com/arguelles/nuSQuIDS
Raw File
Tip revision: 058eff06231af57a10bc89f338f28d0dc3a8be83 authored by C. Weaver on 01 September 2023, 19:36:33 UTC
Fix boost-python detection on Ubuntu on different architectures.
Tip revision: 058eff0
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

*.pyc
*.hdf5

# cosillas
*.pc

Makefile
back to top