Update ignored files/directory

This commit is contained in:
gardouille 2023-09-20 10:51:02 +02:00
parent d9ce016253
commit eba8f8defe
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
3 changed files with 4 additions and 21 deletions

21
.gitignore vendored
View File

@ -1,21 +0,0 @@
# Rust stuff
target
# Vagrant stuff
.vagrant
*.log
# Compiled artifacts
# (see devtools/*-package-for-*.sh)
/eza-linux-x86_64
/eza-linux-x86_64-*.zip
/eza-macos-x86_64
/eza-macos-x86_64-*.zip
/MD5SUMS
/SHA1SUMS
# Snap stuff
parts
prime
stage
*.snap

4
target/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/*
/.*
!.gitignore
!.gitkeep

0
target/.gitkeep Normal file
View File