diff options
author | Kare Nuorteva <kare.nuorteva@me.com> | 2017-09-10 13:26:57 +0300 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2017-09-14 17:25:17 +0200 |
commit | b3336e5cbb82042dfeedab8615022410b74f8520 (patch) | |
tree | 8b685b259d4b463b475c71a779715e2dc540d516 /bin/fs | |
parent | e0ebb42fed183aabc9603c3a21890f1c8938c33e (diff) | |
download | plan9port-b3336e5cbb82042dfeedab8615022410b74f8520.tar.gz plan9port-b3336e5cbb82042dfeedab8615022410b74f8520.tar.bz2 plan9port-b3336e5cbb82042dfeedab8615022410b74f8520.zip |
all: remove .cvsignore files
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
- bin/fossil/.gitkeep
- bin/fs/.gitkeep
- bin/venti/.gitkeep
Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
Diffstat (limited to 'bin/fs')
-rw-r--r-- | bin/fs/.cvsignore | 1 | ||||
-rw-r--r-- | bin/fs/.gitkeep | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/bin/fs/.cvsignore b/bin/fs/.cvsignore deleted file mode 100644 index 972a5d63..00000000 --- a/bin/fs/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*fs diff --git a/bin/fs/.gitkeep b/bin/fs/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/bin/fs/.gitkeep |