diff options
author | San Jacobs | 2024-05-14 05:11:43 +0200 |
---|---|---|
committer | San Jacobs | 2024-05-14 05:11:43 +0200 |
commit | 07f9ad8350df6cd87ed68f9d6d943c769c2c4007 (patch) | |
tree | 001355a1568fdb03bb8a52bfd6711dc26f915c00 /.gitignore | |
download | chirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.tar.gz chirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.tar.bz2 chirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.zip |
Wrote the whole thing in a day
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef82f68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.exe +*.mp4 +*.MOV +*.mov +*.raw +*.pdb
\ No newline at end of file |