You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by ck...@apache.org on 2017/03/28 06:23:41 UTC

bahir git commit: [MINOR] Re-add .gitignore and .gitattributes

Repository: bahir
Updated Branches:
  refs/heads/master 826545cb8 -> 2ebfd0b6a


[MINOR] Re-add .gitignore and .gitattributes

The two files accidentally got removed in commit 826545c


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/2ebfd0b6
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/2ebfd0b6
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/2ebfd0b6

Branch: refs/heads/master
Commit: 2ebfd0b6af165d8d68158bb5d552692823872f25
Parents: 826545c
Author: Christian Kadner <ck...@us.ibm.com>
Authored: Mon Mar 27 23:23:35 2017 -0700
Committer: Christian Kadner <ck...@us.ibm.com>
Committed: Mon Mar 27 23:23:35 2017 -0700

----------------------------------------------------------------------
 .gitattributes | 13 +++++++++++++
 .gitignore     | 24 ++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/2ebfd0b6/.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/2ebfd0b6/.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