Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-01-31 15:56:37 +0000
committerJonah Graham2020-01-31 17:20:41 +0000
commit474f886fe2fbe050bfffd1e1bd4afd20cf653e23 (patch)
tree90484d7aee038900d7b0e4b847d434ca9f68f86e
parent16674f28cf22471fa2baf4c4c03c811f366ab56b (diff)
downloadorg.eclipse.cdt-474f886fe2fbe050bfffd1e1bd4afd20cf653e23.tar.gz
org.eclipse.cdt-474f886fe2fbe050bfffd1e1bd4afd20cf653e23.tar.xz
org.eclipse.cdt-474f886fe2fbe050bfffd1e1bd4afd20cf653e23.zip
Bug 559474: Add all file types to .gitattributes
-rw-r--r--.gitattributes1
-rw-r--r--terminal/plugins/org.eclipse.tm.terminal.connector.remote/.cvsignore1
-rw-r--r--terminal/plugins/org.eclipse.tm.terminal.control/.cvsignore1
-rw-r--r--terminal/plugins/org.eclipse.tm.terminal.test/.cvsignore1
4 files changed, 1 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 08735abb1d5..2d519254ba4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,6 +6,7 @@ ChangeLog text
COPYING text
NEWS text
README text
+CONTRIBUTING text
*.txt text
*.md text
*.zip binary
diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.remote/.cvsignore b/terminal/plugins/org.eclipse.tm.terminal.connector.remote/.cvsignore
deleted file mode 100644
index ba077a4031a..00000000000
--- a/terminal/plugins/org.eclipse.tm.terminal.connector.remote/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/.cvsignore b/terminal/plugins/org.eclipse.tm.terminal.control/.cvsignore
deleted file mode 100644
index ba077a4031a..00000000000
--- a/terminal/plugins/org.eclipse.tm.terminal.control/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/terminal/plugins/org.eclipse.tm.terminal.test/.cvsignore b/terminal/plugins/org.eclipse.tm.terminal.test/.cvsignore
deleted file mode 100644
index ba077a4031a..00000000000
--- a/terminal/plugins/org.eclipse.tm.terminal.test/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin

Back to the top