Skip to content

Commit

Permalink
MINIFI-141 ignore build, bin, target, *.o, and *.a files in project
Browse files Browse the repository at this point in the history
This closes #25.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
  • Loading branch information
jdye64 authored and apiri committed Nov 28, 2016
1 parent 8c110e9 commit c6b7ac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,8 @@ Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
build
bin
target
thirdparty/**/*.o
thirdparty/**/*.a

0 comments on commit c6b7ac0

Please sign in to comment.