diff options
author | Aki <please@ignore.pl> | 2021-08-24 20:02:06 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-08-24 20:02:06 +0200 |
commit | 0f960c843721066ce5d73eb9d8716d47c05f375c (patch) | |
tree | 282ef0ce82ae5406390916dafb9bf56053ac6316 /.gitignore | |
download | clipfs-0f960c843721066ce5d73eb9d8716d47c05f375c.zip clipfs-0f960c843721066ce5d73eb9d8716d47c05f375c.tar.gz clipfs-0f960c843721066ce5d73eb9d8716d47c05f375c.tar.bz2 |
Implemented program that reads X PRIMARY selection
Hopefully, this can act as a base for the FUSE.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c79fc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +clipfs |