Add git configuration files
Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/e1871c00 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/e1871c00 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/e1871c00 Branch: refs/heads/master Commit: e1871c00222c347af08c06194ab4a778cc0bd9ff Parents: 5907de3 Author: Luciano Resende <[email protected]> Authored: Thu May 19 18:21:47 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue Jun 7 22:54:31 2016 -0700 ---------------------------------------------------------------------- .gitattributes | 13 +++++++++++++ .gitignore | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/e1871c00/.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/blob/e1871c00/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1801b67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Mac +.DS_Store + +# Eclipse +.classpath +.project +.settings/ +target/ + +# Intellij +.idea/ +.idea_modules/ +*.iml +*.iws +*.class +*.log + +# Others +.checkstyle +.fbExcludeFilterFile +dependency-reduced-pom.xml
