diff .gitignore @ 45:ce47901aab7a

Rename to “nonstick”, move to root, update docs and license. - Renames the crate to “nonstick”. - Moves the main library to the root of the repository. - Removes the example PAM modules. - Updates copyright information in LICENSE file. - Updates the README.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Apr 2025 00:50:23 -0400
parents 27730595f1ea
children
line wrap: on
line diff
--- a/.gitignore	Sat Mar 08 19:29:46 2025 -0500
+++ b/.gitignore	Tue Apr 15 00:50:23 2025 -0400
@@ -1,15 +1,3 @@
-# Compiled files
-*.o
-*.so
-*.rlib
-*.dll
-
-# Executables
-*.exe
-
-# Generated by Cargo
-target/
-Cargo.lock
-
-# Override top-level .gitignore in Misc repo
-!src/tozny
+/target
+/.idea
+/Cargo.lock
\ No newline at end of file