aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 07:36:15 -0300
committerBrendan Forster <github@brendanforster.com>2018-06-18 07:36:15 -0300
commit9b955e4787932c96170faa7fcf3ff8f377af7e42 (patch)
treea5a6b32543fc2d52a95e671bc6f6679e1a94abfd
parente734a55eb62b3e69736d4ea001752e1381e5c8c7 (diff)
downloadgitignore-9b955e4787932c96170faa7fcf3ff8f377af7e42.tar.gz
gitignore-9b955e4787932c96170faa7fcf3ff8f377af7e42.zip
replace symlinks with metadata
-rw-r--r--C++.yml2
l---------Clojure.gitignore1
l---------Fortran.gitignore1
-rw-r--r--Java.yml2
l---------Kotlin.gitignore1
-rw-r--r--Leiningen.yml2
6 files changed, 6 insertions, 3 deletions
diff --git a/C++.yml b/C++.yml
new file mode 100644
index 00000000..444cc2e1
--- /dev/null
+++ b/C++.yml
@@ -0,0 +1,2 @@
+aliases:
+ - Fortran \ No newline at end of file
diff --git a/Clojure.gitignore b/Clojure.gitignore
deleted file mode 120000
index 7657a270..00000000
--- a/Clojure.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Leiningen.gitignore \ No newline at end of file
diff --git a/Fortran.gitignore b/Fortran.gitignore
deleted file mode 120000
index 5daba98a..00000000
--- a/Fortran.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-C++.gitignore \ No newline at end of file
diff --git a/Java.yml b/Java.yml
new file mode 100644
index 00000000..fed7f632
--- /dev/null
+++ b/Java.yml
@@ -0,0 +1,2 @@
+aliases:
+ - Kotlin \ No newline at end of file
diff --git a/Kotlin.gitignore b/Kotlin.gitignore
deleted file mode 120000
index c48376ee..00000000
--- a/Kotlin.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Java.gitignore \ No newline at end of file
diff --git a/Leiningen.yml b/Leiningen.yml
new file mode 100644
index 00000000..0a0bb345
--- /dev/null
+++ b/Leiningen.yml
@@ -0,0 +1,2 @@
+aliases:
+ - Clojure \ No newline at end of file