diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-03-09 23:22:43 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-03-09 23:22:43 +0100 |
commit | bb20eddefe24a3528e46ab1c51a7e14e38277b65 (patch) | |
tree | baccd0832e19f0c83af9ea60fa2fe2d602a5be2a /.gitignore | |
parent | 44bee8d5c75bc03bee607ae95ee7cf1e53f519e9 (diff) |
Starting to work on multithreaded code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04ab9e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +roots +*.o +*.swp |