Skip to content

Commit

Permalink
Upgrade the global gitignore files with some more files to ignore (so…
Browse files Browse the repository at this point in the history
…nic-net#18317)

* Upgrade the global gitignore files with some more files to ignore

Specifically, ignore the Dockerfile.cleanup files that are autogenerated
for the docker containers, and ignore the udeb files built as part of
openssh.

There are a lot more files that should be ignored, but this is taking
care of the easy ones.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 authored Apr 3, 2024
1 parent 7b04c69 commit 2a63b61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fsroot/
fs.*
target/
*.deb
*.udeb
*.changes
*.buildinfo
*.tar
Expand All @@ -28,8 +29,13 @@ sonic-slave*/*.log
# Autogenerated Dockerfiles
sonic-slave*/Dockerfile
sonic-slave*/Dockerfile.user
sonic-slave*/Dockerfile.cleanup
dockers/*/Dockerfile
dockers/*/Dockerfile.cleanup
dockers/*/Dockerfile-dbg.cleanup
platform/*/docker-*/Dockerfile
platform/*/docker-*/Dockerfile.cleanup
platform/*/docker-*/Dockerfile-dbg.cleanup

# Autogenerated manifest files
dockers/*/*manifest*
Expand Down

0 comments on commit 2a63b61

Please sign in to comment.