https://github.com/arguelles/nuSQuIDS
Raw File
Tip revision: dee8e385f593ade6b0e8b73a7101f6471edd79ec authored by C. Weaver on 06 February 2024, 23:58:46 UTC
Fixes for python detection:
Tip revision: dee8e38
.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