浏览代码

Ensured existence of acs folder

The folder is crucial for compilation and building.
It also ensures that nothing will land on the repo in that folder.
master
Patrick Jakobsen 5 年前
父节点
当前提交
9cc04e1824
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      src/acs/.gitignore

+ 5
- 0
src/acs/.gitignore 查看文件

@ -0,0 +1,5 @@
# There should be nothing in this directory except this file itself on the repo.
.
!.gitignore

正在加载...
取消
保存