Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed May 23, 2023
1 parent 9377082 commit 294c164
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
27 changes: 20 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
target
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

### direnv ###
.direnv
.envrc

### dotenv ###
.env
lib/Cargo.lock

### Sōzu ###
# Generated by protobuf compiler
command/src/proto/command.rs
examples/demo.rs
examples/websocket.rs
generated
bin/data/
bin/scripts/
3 changes: 0 additions & 3 deletions os-build/archlinux/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion os-build/linux-rpm/.gitignore

This file was deleted.

0 comments on commit 294c164

Please sign in to comment.