Skip to content

Commit

Permalink
Nix: Improve comments on gitignore filter of src
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Jul 27, 2024
1 parent fce95c5 commit e0fbb1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
filter = gitignoreFilterWith {
basePath = ./.;
extraRules = ''
### Nix related
flake*
*.nix
./azure-pipelines.yml
.envrc
.direnv
# Makefile related files
### Makefile related files
./Makefile
"bump-version.sh"
# built by go build or simply with `make`
./pistol
./pistol.1
./README.html
# Evaluated but not used for the build itself
# Evaluated here in this flake.nix but not used for the build itself
VERSION
"bump-version.sh"
# CI files
### CI files
renovate.json5
# Git files
### Git files
.gitignore
'';
};
Expand Down

0 comments on commit e0fbb1c

Please sign in to comment.