diff options
author | Pascal Hogan-Lamarre <pascal.hogan@gmail.com> | 2020-07-09 13:01:08 +0200 |
---|---|---|
committer | Pascal Hogan-Lamarre <pascal.hogan@gmail.com> | 2020-07-09 13:01:08 +0200 |
commit | 1072337f17ccafb2efa73e174bb2b227fd4bace3 (patch) | |
tree | 6ac88bee2ea2262fe88200104ff7dcf72948051c | |
parent | 0e48c77bb04daf4c5dc5d71a74262404edfc049e (diff) |
gitignore
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 00000000..17c6a445 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build*/* +*ipynb* |