Cleanups and content...

This commit is contained in:
Johannes Findeisen 2024-08-10 23:30:51 +02:00
commit 164f6a2174
2 changed files with 4 additions and 55 deletions

55
.gitignore vendored
View file

@ -1,57 +1,2 @@
checkpw
checkpw_interactive
# ---> C
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

View file

@ -2,6 +2,10 @@
checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
## They idea?
Exactly a program like this...
# Installation:
```