diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 07:36:15 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 07:36:15 -0300 |
commit | 9b955e4787932c96170faa7fcf3ff8f377af7e42 (patch) | |
tree | a5a6b32543fc2d52a95e671bc6f6679e1a94abfd | |
parent | e734a55eb62b3e69736d4ea001752e1381e5c8c7 (diff) | |
download | gitignore-9b955e4787932c96170faa7fcf3ff8f377af7e42.tar.gz gitignore-9b955e4787932c96170faa7fcf3ff8f377af7e42.zip |
replace symlinks with metadata
-rw-r--r-- | C++.yml | 2 | ||||
l--------- | Clojure.gitignore | 1 | ||||
l--------- | Fortran.gitignore | 1 | ||||
-rw-r--r-- | Java.yml | 2 | ||||
l--------- | Kotlin.gitignore | 1 | ||||
-rw-r--r-- | Leiningen.yml | 2 |
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 |