diff options
Diffstat (limited to 'CorOS-dev-environment/.gitignore')
-rw-r--r-- | CorOS-dev-environment/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CorOS-dev-environment/.gitignore b/CorOS-dev-environment/.gitignore new file mode 100644 index 0000000..b631c5c --- /dev/null +++ b/CorOS-dev-environment/.gitignore @@ -0,0 +1,7 @@ +# ignore everything in the mount folder except the filesystems folder +# and the mount folder itself + +/mount/* +/filesystems/* +!/mount +!/filesystems/README.md |