diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-13 15:00:31 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-13 15:00:31 -0500 |
commit | 2242fd6f8b7f16b706d49a2288da3aa20f12314b (patch) | |
tree | 850329d19cebf41b7c4dd6e83be0bf58f1222b19 /.gitignore | |
parent | d5a7a3f2e5808e7a3327242dc9b368afed9383bf (diff) | |
download | space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.gz space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.bz2 space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.zip |
Added gitignore and fixed Ising to work with new paradigm
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dac4c22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +!*.hpp +!*.cpp +!.gitignore +!.gitmodules +*/ + |