diff options
author | Joursoir <chat@joursoir.net> | 2020-09-28 15:37:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-09-28 15:37:00 +0300 |
commit | ac79cbd424d2339ff34112e142d289a51f90d3a6 (patch) | |
tree | fb049fa112bb6ec224f5dbadf0e4dd37c7aed8fc /.gitignore | |
download | lock-password-ac79cbd424d2339ff34112e142d289a51f90d3a6.tar.gz lock-password-ac79cbd424d2339ff34112e142d289a51f90d3a6.tar.bz2 lock-password-ac79cbd424d2339ff34112e142d289a51f90d3a6.zip |
init project
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..d28ca88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +documentation/ +*.o +lpass
\ No newline at end of file |