Skip to content

Commit

Permalink
Setup repository
Browse files Browse the repository at this point in the history
- Add .gitignore file for C language
- Update README.md

Signed-off-by: Aleksandr Bulyshchenko <[email protected]>
  • Loading branch information
AleksandrBulyshchenko committed Oct 18, 2017
1 parent 8f9086d commit 3e7bd65
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
### C ###
# 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
*.out
*.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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# gl-kernel-training
Linux kernel general course by GlobalLogic Kharkiv, 2017
# Linux kernel general course
GlobalLogic Kharkiv, 2017

Mail group: _[email protected]_

This repository is aimed for sharing our exercises and your solutins in scope of the cource.

0 comments on commit 3e7bd65

Please sign in to comment.