diff options
author | B Stack <bgstack15@gmail.com> | 2022-09-26 11:29:46 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-09-26 11:29:46 -0400 |
commit | b93dd78088415d879d065dbddcb2a9a3aed1215a (patch) | |
tree | c5f0411e5e7ff6ca732ea592bca9a1492e4e3c47 /.gitignore | |
parent | Update README.md (diff) | |
download | xbright-multimonitor.tar.gz xbright-multimonitor.tar.bz2 xbright-multimonitor.zip |
add basic multimonitor supportmultimonitor
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |