Add git configuration files
Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/129562a8 Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/129562a8 Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/129562a8 Branch: refs/heads/master Commit: 129562a89899361973cda1bd63b0de706ca45c95 Parents: 3c30f91 Author: Luciano Resende <[email protected]> Authored: Thu Aug 18 11:34:51 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Thu Aug 18 11:34:51 2016 -0700 ---------------------------------------------------------------------- .gitattributes | 13 +++++++++++++ .gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/129562a8/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a8edefd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Set the default behavior to have all files normalized to Unix-style +# line endings upon check-in. +* text=auto + +# Declare files that will always have CRLF line endings on checkout. +*.bat text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.dll binary +*.exp binary +*.lib binary +*.pdb binary +*.exe binary http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/129562a8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb6d3b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Mac +.DS_Store + +# Eclipse +.classpath +.project +.settings/ +target/ + +# Intellij +.idea/ +.idea_modules/ +*.iml +*.iws +*.class +*.log + +# Python +*.pyc + +# Others +.checkstyle +.fbExcludeFilterFile +dependency-reduced-pom.xml
