diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-11 13:13:30 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-11 13:13:30 -0400 |
commit | 3927aa090dfed22c3224bb31d1bdb7c0bdc14759 (patch) | |
tree | cbde54b4cb0caba3cc42f0448c657614cb6bbbce /.gitignore | |
download | percolation-3927aa090dfed22c3224bb31d1bdb7c0bdc14759.tar.gz percolation-3927aa090dfed22c3224bb31d1bdb7c0bdc14759.tar.bz2 percolation-3927aa090dfed22c3224bb31d1bdb7c0bdc14759.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f92fb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.dat +*.processed |