diff --git a/.gitignore b/.gitignore index 4a587f6..4d781d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .idea ENV -ExampleNotebooks/.ipynb_checkpoints \ No newline at end of file +ExampleNotebooks/.ipynb_checkpoints + +# Mac files +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 558118a..a10e16a 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,6 @@ ##### Start Tracing Server 1. `sudo python3 tools/tracing-server/strace_server.py` + +#### Known Issues +- [Issue with Mac M1](https://github.com/SciGaP/iPython-Kerner-Changes/issues/8#issue-1383841536)