Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 1, 2021
0 parents commit 77b7b69
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
Empty file added CHANGELOG
Empty file.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# School 21 License
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Project Name

Description

## Contents

1. [Chapter I](#chapter-i) \
1.1. [Introduction](#introduction)
2. [Chapter II](#chapter-ii) \
2.1. [Information](#information)
3. [Chapter III](#chapter-iii) \
3.1. [Part 1](#part-1)
3.2. [Part 2](#part-2)
3.3. [Part N](#part-n)

<h2 id="chapter-i" >Chapter I</h2>
<h2 id="instructions" >Instructions</h2>

<h2 id="chapter-ii">Chapter II</h2>
<h2 id="information" >Information</h2>

<h2 id="chapter-iii">Chapter III</h2>
<h2 id="part-1">Part 1</h2>
<h2 id="part-2">Part 2</h2>
<h2 id="part-n">Part N</h2>
Empty file added code-samples/.gitkeep
Empty file.
Empty file added data-samples/.gitkeep
Empty file.
Empty file added datasets/.gitkeep
Empty file.
Empty file added materials/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions misc/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added misc/images/.gitkeep
Empty file.
Empty file added src/.gitkeep
Empty file.

0 comments on commit 77b7b69

Please sign in to comment.