mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Ruby binstubs were checked in, but ignore via .gitignore **bin pattern. This causes release-plz to think that the source tree is dirty. The binstubs are deleted from source repo since they are always regenerated by bundler. Also simplizy release-plz to focus only on the core crate. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
43 lines
570 B
Plaintext
43 lines
570 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
**/wheels/
|
|
**/__pycache__/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# vscode files
|
|
.vscode/
|
|
|
|
# worktrees
|
|
worktrees/
|
|
|
|
# build folders
|
|
**/build
|
|
|
|
# Generated C# bindings
|
|
**/*.g.cs
|
|
|
|
# Generated C, C++ headers
|
|
bindings/ffi/regorus.h
|
|
bindings/ffi/regorus.ffi.hpp
|
|
|
|
bindings/*/target
|
|
|
|
# C# build folders
|
|
**bin
|
|
**obj
|
|
|
|
# Bundler binstubs regenerated during ruby setup
|
|
bindings/ruby/bin/
|
|
|
|
# Visual Studio folders
|
|
**/*.vs
|
|
|
|
# Visual Studio solution files
|
|
*.sln
|
|
|
|
# JetBrains IDEs files
|
|
.idea/
|