diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-02 05:16:16 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-02 05:16:16 +0300 |
| commit | c9fd8157533ab6baabb0eb5ca4d3611212f148f6 (patch) | |
| tree | 4e69c25bc4a88e8915b14e31df612ae0fd95cbc6 /.gitignore | |
| download | cgit_auth-c9fd8157533ab6baabb0eb5ca4d3611212f148f6.tar.gz cgit_auth-c9fd8157533ab6baabb0eb5ca4d3611212f148f6.tar.bz2 cgit_auth-c9fd8157533ab6baabb0eb5ca4d3611212f148f6.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2bc8ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ignore C files +**/*.o +bin/
\ No newline at end of file |
