diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2016-04-16 17:01:13 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2016-04-16 17:01:13 +0530 |
commit | 6ffdf9bb5140e670f161f3baf12ca36bae8373cc (patch) | |
tree | 8ff881acd14b2a56b69ca94355474fc068a6bdf3 | |
parent | f830b10966d411579d4d8e9a2445df700a2d2c08 (diff) |
Ignore 9vx installation directory
I've installed 9vx into the bin directory as overlayfs only allows
a lower and upper directory.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d2ced9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +9vx/ |