https://github.com/arguelles/nuSQuIDS
Raw File
Tip revision: 244a91d61ea63fa1af17bf051d1ecfe87d5df475 authored by C. Weaver on 09 September 2021, 20:53:17 UTC
addTarget should call addTarget, not hasTarget
Tip revision: 244a91d
.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