Revision 060631c5dc2fb1acfb47109207b9020baaa3012f authored by dr-robertk on 25 August 2017, 11:50:46 UTC, committed by GitHub on 25 August 2017, 11:50:46 UTC
Add a common executable for all flow variants.
2 parent s 58eea94 + 4266f89
Raw File
.gitignore
# Editor autosave files
*~
*.swp

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

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

# Compiled executables
a.out
find_zero
sim_2p_incomp_adfi
sim_simple
test_ad
test_block
test_impestpfa_ad
test_syntax
test_vec

# Mac OS X debug info
*.dSYM

# emacs directory setting:
.dir-locals.el
back to top