Skip to content

Commit 294c164

Browse files
Update gitignore
Signed-off-by: Florentin Dubois <[email protected]>
1 parent 9377082 commit 294c164

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

.gitignore

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
target
1+
### Rust ###
2+
# Generated by Cargo
3+
# will have compiled files and executables
4+
debug/
5+
target/
6+
7+
# These are backup files generated by rustfmt
8+
**/*.rs.bk
9+
10+
# MSVC Windows builds of rustc generate these, which store debugging information
11+
*.pdb
12+
13+
### direnv ###
14+
.direnv
15+
.envrc
16+
17+
### dotenv ###
218
.env
3-
lib/Cargo.lock
19+
20+
### Sōzu ###
21+
# Generated by protobuf compiler
422
command/src/proto/command.rs
5-
examples/demo.rs
6-
examples/websocket.rs
7-
generated
8-
bin/data/
9-
bin/scripts/

os-build/archlinux/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

os-build/linux-rpm/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)