cryptutils

Cryptographic Software Utilities
git clone http://git.omkov.net/cryptutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-07-26 10:36:02
Commit16c2724bb7444ba8d8d27dc1fed923ef2cf05d2a
Parent9d71e6f571e24da5bd044d75504e1cce27b26e8c

meta: Fix gitignore syntax

Diffstat

M .gitignore | 10 +++++-----

1 files changed, 5 insertions, 5 deletions

diff --git a/.gitignore b/.gitignore
index 2254195..e01f885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-.clangd/
-bin/
-build/
-compile_commands.json
-lib/
+/.clangd/
+/bin/
+/build/
+/compile_commands.json
+/lib/