You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/11/28 20:01:04 UTC

nifi-minifi-cpp git commit: MINIFI-141 ignore build, bin, target, *.o, and *.a files in project

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 8c110e9fe -> c6b7ac0b0


MINIFI-141 ignore build, bin, target, *.o, and *.a files in project

This closes #25.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/c6b7ac0b
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/c6b7ac0b
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/c6b7ac0b

Branch: refs/heads/master
Commit: c6b7ac0b0323692ee0b1be9690d43aa7918877c6
Parents: 8c110e9
Author: Jeremy Dyer <jd...@gmail.com>
Authored: Thu Nov 24 08:46:17 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Mon Nov 28 15:00:38 2016 -0500

----------------------------------------------------------------------
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c6b7ac0b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 69c2234..79bb768 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,8 @@ Makefile
 cmake_install.cmake
 install_manifest.txt
 CTestTestfile.cmake
+build
+bin
+target
+thirdparty/**/*.o
+thirdparty/**/*.a
\ No newline at end of file