aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2022-09-26 11:29:46 -0400
committerB Stack <bgstack15@gmail.com>2022-09-26 11:29:46 -0400
commitb93dd78088415d879d065dbddcb2a9a3aed1215a (patch)
treec5f0411e5e7ff6ca732ea592bca9a1492e4e3c47 /.gitignore
parentUpdate README.md (diff)
downloadxbright-b93dd78088415d879d065dbddcb2a9a3aed1215a.tar.gz
xbright-b93dd78088415d879d065dbddcb2a9a3aed1215a.tar.bz2
xbright-b93dd78088415d879d065dbddcb2a9a3aed1215a.zip
add basic multimonitor supportmultimonitor
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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__/
bgstack15