Skip to content

Commit

Permalink
Updated .gitignore (project-chip#1901)
Browse files Browse the repository at this point in the history
- Added cmake-build-debug folder
- Added .idea folder

Co-authored-by: pakzhygitov <[email protected]>
  • Loading branch information
petroakzhygitov and pakzhygitov authored Jul 30, 2020
1 parent 0a5d54c commit 4ec1029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ config.status
configure
src/include/BuildConfig.h.in
src/include/BuildConfig.h.in~
cmake-build-debug/**
CMakeLists.txt

# GN build system
out/
Expand Down Expand Up @@ -54,3 +56,6 @@ TAGS
# Patch files
*.rej
*.orig

# C-Lion / IDEA files
.idea/**

0 comments on commit 4ec1029

Please sign in to comment.