Skip to content

Commit

Permalink
Issue 6075 - Ignore build artifacts (#6076)
Browse files Browse the repository at this point in the history
Bug Description:
When running the build I noticed some generated files are not included in .gitignore, thereby cluttering and distracting git use during local development.

Fix Description:
Update .gitignore.

Fixes #6075

Reviewed by @progier389
  • Loading branch information
slominskir authored Feb 7, 2024
1 parent 8fe7586 commit 060f3eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,7 @@ vendor.tar.gz
.history
.vscode/launch.json
.cargo/config
/rs/
/rust-nsslapd-private.h
/rust-slapi-private.h
/src/lib389/setup.py

0 comments on commit 060f3eb

Please sign in to comment.