-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitmodules
133 lines (99 loc) · 4.35 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# **************************************************************************** #
# #
# ::: :::::::: #
# .gitmodules :+: :+: :+: #
# +:+ +:+ +:+ #
# By: jaleman <jaleman@student.42.us.org> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2017/08/11 21:25:55 by jaleman #+# #+# #
# Updated: 2017/08/11 21:25:55 by jaleman ### ########.fr #
# #
# **************************************************************************** #
# ---------------------------------------------------------------------------- #
# 42 Exams Repositories #
# ---------------------------------------------------------------------------- #
[submodule "exams/c-beginner-exam"]
path = exams/c-beginner-exam
url = https://github.com/jraleman/42_Exam-C/
[submodule "exams/starfleet-exam"]
path = exams/starfleet-exam
url = https://github.com/jraleman/42_Exam-Starfleet/
# ---------------------------------------------------------------------------- #
# 42 Piscines Repositories #
# ---------------------------------------------------------------------------- #
[submodule "piscines/piscine-c"]
path = piscines/piscine-c
url = https://github.com/jraleman/42_Piscine-C/
[submodule "piscines/piscine-cpp"]
path = piscines/piscine-cpp
url = https://github.com/jraleman/42_Piscine-CPP/
[submodule "piscines/piscine-starfleet"]
path = piscines/piscine-starfleet
url = https://github.com/jraleman/42_Piscine-Starfleet/
# [!] To be completed
[submodule "piscines/php-piscine"]
path = piscines/php-piscine
url = https://github.com/jraleman/42_Piscine-PHP/
# ---------------------------------------------------------------------------- #
# 42 Projects Repositories #
# ---------------------------------------------------------------------------- #
# General projects
[submodule "projects/libft"]
path = projects/libft
url = https://github.com/jraleman/42_Libft/
[submodule "projects/fillit"]
path = projects/fillit
url = https://github.com/jraleman/42_Fillit/
[submodule "projects/get_next_line"]
path = projects/get_next_line
url = https://github.com/jraleman/42_get_next_line/
# Graphics projects
[submodule "projects/fdf"]
path = projects/fdf
url = https://github.com/jraleman/42_FDF/
[submodule "projects/fractol"]
path = projects/fractol
url = https://github.com/jraleman/42_Fractol/
[submodule "projects/wolf3d"]
path = projects/wolf3d
url = https://github.com/jraleman/42_Wolf3d/
# Algorithm
[submodule "projects/ft_printf"]
path = projects/ft_printf
url = https://github.com/jraleman/42_ft_printf/
[submodule "projects/lem-in"]
path = projects/lem-in
url = https://github.com/jraleman/42_Lem-in/
# Group
[submodule "projects/rushes"]
path = projects/rushes
url = https://github.com/jraleman/42_Rushes/
[submodule "projects/ft_db"]
path = projects/ft_db
url = https://github.com/jraleman/42_ft_db/
[submodule "projects/kift"]
path = projects/kift
url = https://github.com/jraleman/42_Kift/
# Misc
[submodule "projects/dashes"]
path = projects/dashes
url = https://github.com/jraleman/42_Dashes/
[submodule "projects/hercules"]
path = projects/hercules
url = https://github.com/jraleman/42_Hercules/
[submodule "projects/walking_marvin"]
path = projects/walking_marvin
url = https://github.com/jraleman/42_Walking_Marvin/
# [!] To be completed
[submodule "projects/mod1"]
path = projects/mod1
url = https://github.com/jraleman/42_Mod1/
[submodule "projects/docker-1"]
path = projects/docker-1
url = https://github.com/jraleman/42_Docker-1/
[submodule "projects/ft_ls"]
path = projects/ft_ls
url = https://github.com/jraleman/42_ft_ls/
[submodule "projects/minishell"]
path = projects/minishell
url = https://github.com/jraleman/42_Minishell/