container/.gitignore

13 lines
117 B
Plaintext
Raw Normal View History

2020-06-18 23:45:54 +02:00
# Ignore everything in this directory
bin/*
doc/*
2020-06-29 01:59:32 +02:00
busybox/*
2020-06-18 23:45:54 +02:00
# Except this file
!.gitkeep
*.o
.vscode/
.idea/
*.iml