Skip to content

Commit

Permalink
build: ignore cmake files in git
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Sep 26, 2020
1 parent c04117d commit e056ebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
bin/*
obj/*
Debug/*
wavplayeralsa

# Prerequisites
*.d
Expand Down Expand Up @@ -46,3 +47,9 @@ python-tools/venv/*

# IDE
.vscode

# Cmake
CMakeFiles/*
CMakeCache.txt
Makefile
cmake_install.cmake

0 comments on commit e056ebb

Please sign in to comment.