container/.gitignore

16 lines
196 B
Plaintext
Raw Permalink Normal View History

2020-06-18 21:45:54 +00:00
# Ignore everything in this directory
bin/*
doc/*
2020-06-28 23:59:32 +00:00
busybox/*
2020-07-19 21:55:41 +00:00
2020-06-18 21:45:54 +00:00
# Except this file
!.gitkeep
2020-07-19 21:55:41 +00:00
!doc/Creating_containers-Part_1.html
!doc/Creating containers - Part 1_files/
2020-06-18 21:45:54 +00:00
*.o
.vscode/
.idea/
*.iml