You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by al...@apache.org on 2017/11/19 15:33:52 UTC

svn commit: r1815738 - in /ctakes/trunk: ./ .gitattributes .gitignore

Author: alexz
Date: Sun Nov 19 15:33:52 2017
New Revision: 1815738

URL: http://svn.apache.org/viewvc?rev=1815738&view=rev
Log:
CTAKES-482: add .gitignore and .gitattributes; remove .gitignore from svn:ignore

Added:
    ctakes/trunk/.gitattributes
    ctakes/trunk/.gitignore
Modified:
    ctakes/trunk/   (props changed)

Propchange: ctakes/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Nov 19 15:33:52 2017
@@ -1,7 +1,5 @@
 resources
-target
 .git
-.gitignore
 .project
 .settings
 .idea

Added: ctakes/trunk/.gitattributes
URL: http://svn.apache.org/viewvc/ctakes/trunk/.gitattributes?rev=1815738&view=auto
==============================================================================
--- ctakes/trunk/.gitattributes (added)
+++ ctakes/trunk/.gitattributes Sun Nov 19 15:33:52 2017
@@ -0,0 +1,20 @@
+# Auto detect text files and perform LF normalization
+*        text=auto
+
+*.cs     text diff=csharp eol=lf
+*.java   text diff=java eol=lf
+*.html   text diff=html eol=lf
+*.py     text diff=python eol=lf
+*.pl     text diff=perl eol=lf
+*.pm     text diff=perl eol=lf
+*.css    text eol=lf
+*.js     text eol=lf
+*.sql    text eol=lf
+
+*.sh     text eol=lf
+
+*.bat    text eol=crlf
+*.cmd    text eol=crlf
+*.vcxproj text merge=union eol=crlf
+*.csproj text merge=union eol=crlf
+*.sln    text merge=union eol=crlf

Added: ctakes/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ctakes/trunk/.gitignore?rev=1815738&view=auto
==============================================================================
--- ctakes/trunk/.gitignore (added)
+++ ctakes/trunk/.gitignore Sun Nov 19 15:33:52 2017
@@ -0,0 +1,28 @@
+# Java generated
+target/
+
+# Developer environment setup (weird files/folders)
+/resources/
+*.patch
+
+# Subversion
+.svn
+
+# IntelliJ
+.idea
+*.iml
+*.ipr
+*.iws
+
+# Eclipse
+.project
+.settings
+.classpath
+*/maven-eclipse.xml
+
+# Windows
+Thumbs.db
+*.lnk
+
+# OSX
+.DS_Store