Skip to content

Commit 4844b0e

Browse files
committed
πŸ™ˆ Added gitignore & readme
1 parent 8cb5cc4 commit 4844b0e

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

β€Ž.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*.o
2+
*.gch
3+
*.a
4+
*.so
5+
*.out
6+
*.d
7+
*.log
8+
*.gcda
9+
*.gcno
10+
.vscode
11+
__pycache__
12+
unit_tests*
13+
*vgcore*
14+
*.test
15+
*tmp*
16+
*.dSYM
17+
.DS_Store
18+
asm
19+
corewar
20+
.idea/
21+
asm_tests
22+
corewar_tests

β€ŽREADME.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Corewar
1+
# 🧬 Corewar
2+
3+
- [πŸ“¦ Epitech private repository](https://github.com/EpitechPromo2027/B-CPE-200-NAN-2-1-corewar-matheo.coquet)
4+
- [πŸ“¦ Remote repository](https://github.com/G-Corewar/Corewar)
5+
- [πŸ“„ PDF Project](https://intra.epitech.eu/module/2022/B-CPE-200/NAN-2-1/acti-592106/project/file/B-CPE_200_Corewar.pdf)
6+
7+
#
8+
Made by [AxelF44](https://github.com/AxelF44), [Muvyr](https://github.com/Muvyr), [Flavien Chenu](https://github.com/flavien-chenu) & [TekMath](https://github.com/TekMath)

0 commit comments

Comments
Β (0)