diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 02:52:59 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 02:52:59 +0100 |
commit | 15ea5b6a8e13d4d694ea1f256c37440f72f416bd (patch) | |
tree | 1ac2d580847dbf6ffdfb6d15a448dda2a3959b63 /.gitignore | |
download | usb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.tar.gz usb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.tar.xz usb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.zip |
Initial commit: eizoctl
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c8f0d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/compile_commands.json +/eizoctl +/eizoctl.exe +/eizoctltray.png +/eizoctltray.ico +/eizoctltray.o +/eizoctltray.exe |