git: ignore generated files

This commit is contained in:
Bruno BELANYI 2021-11-15 20:42:49 +01:00
parent 20b3ce110c
commit 2b5adf93db
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Nix files
/.pre-commit-config.yaml
/result
# Rust build artifacts
/target