Skip to content

Commit 4962852

Browse files
authored
Remove .DS_Store and add it into gitignore (#23)
* Remove .DS_Store and add it into gitignore * add cmake-build-release to gitignore
1 parent 95b592d commit 4962852

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
# under the License.
1717

1818
build/
19+
cmake-build-debug/
20+
cmake-build-release/
21+
.DS_Store
22+
23+
24+
# intellij files
25+
.idea

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)