From: Skullheadx Date: Wed, 27 Nov 2024 06:23:57 +0000 (-0500) Subject: Update Gitignore X-Git-Url: http://git.skullheadx.com/nixos/static/projects.html?a=commitdiff_plain;h=548a23c896e7209f35e4b0183ccfd9c910da8b91;p=qrcodescanner.git Update Gitignore --- diff --git a/.DS_Store b/.DS_Store index 27a8c8a..e282a6c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index d9bd3cf..7c7a76d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,12 @@ *.png +qrcodescanner-11-18-2024/changes.txt +qrcodescanner-11-18-2024/main.cpp +qrcodescanner-11-18-2024/output.pbm +qrcodescanner-11-18-2024/qrgenerator.cpp +qrcodescanner-11-21-2024/camera.cpp +qrcodescanner-11-21-2024/changes.txt +qrcodescanner-11-21-2024/main.cpp +qrcodescanner-11-21-2024/output.pbm +qrcodescanner-11-21-2024/qrgenerator.cpp diff --git a/qrcodescanner-11-18-2024/.gitignore b/qrcodescanner-11-18-2024/.gitignore new file mode 100644 index 0000000..874c63c --- /dev/null +++ b/qrcodescanner-11-18-2024/.gitignore @@ -0,0 +1,2 @@ +*.o + diff --git a/qrcodescanner-11-21-2024/.gitignore b/qrcodescanner-11-21-2024/.gitignore new file mode 100644 index 0000000..d9bd3cf --- /dev/null +++ b/qrcodescanner-11-21-2024/.gitignore @@ -0,0 +1,5 @@ +*.o +.DS_Store +*.png + +