瀏覽代碼

Base: Remove the empty /usr/lib and /usr/include directories

These have been there since the initial revision of the toolchain build
script, but we don't seem to require them being present in `Base` any
longer.
Tim Schumacher 2 年之前
父節點
當前提交
5f69b0d6ad
共有 4 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      Base/usr/include/.gitignore
  2. 0 0
      Base/usr/include/.gitkeep
  3. 0 2
      Base/usr/lib/.gitignore
  4. 0 0
      Base/usr/lib/.gitkeep

+ 0 - 2
Base/usr/include/.gitignore

@@ -1,2 +0,0 @@
-*
-!.git*

+ 0 - 0
Base/usr/include/.gitkeep


+ 0 - 2
Base/usr/lib/.gitignore

@@ -1,2 +0,0 @@
-*
-!.git*

+ 0 - 0
Base/usr/lib/.gitkeep