diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-08-23 09:56:54 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-08-23 09:56:54 +0200 |
| commit | 165e06e7544cae2b2f0932f4c2dab26bf06a5326 (patch) | |
| tree | dc13647ac5f2e868983d21ace4f763b3b770b11a /.gitignore | |
| download | use-bcrypt-165e06e7544cae2b2f0932f4c2dab26bf06a5326.tar.gz use-bcrypt-165e06e7544cae2b2f0932f4c2dab26bf06a5326.tar.bz2 use-bcrypt-165e06e7544cae2b2f0932f4c2dab26bf06a5326.zip | |
erster Prototyp
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3500e5 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | lua-bcrypt | ||
| 2 | |||
| 3 | *.o | ||
| 4 | bcrypt-test | ||
