summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-06-29 16:04:57 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 16:18:13 +0200
commit46b06fb446e79c390c01953d31d700b8e73da24d (patch)
treeb2329630ebf2c90d297ba0d3046ccd558d12d042 /.gitattributes
parentebcacf96fbc1cd16a91523f95dd01db046fb7f90 (diff)
Prepare simulator repository for monorepo
This change prepares the simulator Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a simulator subdirectory.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 12924725..00000000
--- a/.gitattributes
+++ /dev/null
@@ -1,7 +0,0 @@
-# https://help.github.com/articles/dealing-with-line-endings/
-#
-# These are explicitly windows files and should use crlf
-*.bat text eol=crlf
-
-# See https://github.com/gradle/gradle/issues/12248
-buildSrc/src/main/**/*.gradle.kts text eol=lf