diff --git a/.gitignore b/.gitignore index 7e4d9c0..ce0eb12 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index ef88b90..622cee1 100644 --- a/README.md +++ b/README.md @@ -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: ```