Exclude upcoming ".pio" from VCS

This commit is contained in:
Ivan Kravets
2018-10-27 14:18:47 +03:00
parent 118f22bed3
commit e96078b4e3
7 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,4 @@
.pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps
.clang_complete .clang_complete

View File

@ -1,3 +1,4 @@
.pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps
CMakeListsPrivate.txt CMakeListsPrivate.txt

View File

@ -9,6 +9,9 @@
<file path="$PROJECT_DIR$/lib" /> <file path="$PROJECT_DIR$/lib" />
<file path="$PROJECT_DIR$/.piolibdeps" /> <file path="$PROJECT_DIR$/.piolibdeps" />
</libraryRoots> </libraryRoots>
<excludeRoots>
<file path="$PROJECT_DIR$/.pio" />
</excludeRoots>
<excludeRoots> <excludeRoots>
<file path="$PROJECT_DIR$/.pioenvs" /> <file path="$PROJECT_DIR$/.pioenvs" />
</excludeRoots> </excludeRoots>

View File

@ -1,3 +1,4 @@
.pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps
.clang_complete .clang_complete

View File

@ -11,7 +11,7 @@
<itemPath>nbproject/private/launcher.properties</itemPath> <itemPath>nbproject/private/launcher.properties</itemPath>
</logicalFolder> </logicalFolder>
</logicalFolder> </logicalFolder>
<sourceFolderFilter>^(nbproject|.pioenvs)$</sourceFolderFilter> <sourceFolderFilter>^(nbproject|.pio|.pioenvs)$</sourceFolderFilter>
<sourceRootList> <sourceRootList>
<Elem>.</Elem> <Elem>.</Elem>
</sourceRootList> </sourceRootList>

View File

@ -1,3 +1,4 @@
.pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps
.clang_complete .clang_complete

View File

@ -1,3 +1,4 @@
.pio
.pioenvs .pioenvs
.piolibdeps .piolibdeps
.vscode/.browse.c_cpp.db* .vscode/.browse.c_cpp.db*