comparison .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
comparison
equal deleted inserted replaced
44:50371046c61a 45:ce47901aab7a
1 # Compiled files 1 /target
2 *.o 2 /.idea
3 *.so 3 /Cargo.lock
4 *.rlib
5 *.dll
6
7 # Executables
8 *.exe
9
10 # Generated by Cargo
11 target/
12 Cargo.lock
13
14 # Override top-level .gitignore in Misc repo
15 !src/tozny