Skip to content

Commit 2a63b61

Browse files
authored
Upgrade the global gitignore files with some more files to ignore (sonic-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>
1 parent 7b04c69 commit 2a63b61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fsroot/
1212
fs.*
1313
target/
1414
*.deb
15+
*.udeb
1516
*.changes
1617
*.buildinfo
1718
*.tar
@@ -28,8 +29,13 @@ sonic-slave*/*.log
2829
# Autogenerated Dockerfiles
2930
sonic-slave*/Dockerfile
3031
sonic-slave*/Dockerfile.user
32+
sonic-slave*/Dockerfile.cleanup
3133
dockers/*/Dockerfile
34+
dockers/*/Dockerfile.cleanup
35+
dockers/*/Dockerfile-dbg.cleanup
3236
platform/*/docker-*/Dockerfile
37+
platform/*/docker-*/Dockerfile.cleanup
38+
platform/*/docker-*/Dockerfile-dbg.cleanup
3339

3440
# Autogenerated manifest files
3541
dockers/*/*manifest*

0 commit comments

Comments
 (0)