Initial commit

This commit is contained in:
Max O'Cull 2019-01-13 22:11:19 -05:00 committed by Gitea
commit f86facb8b7
3 changed files with 71 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@ -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
modules.order
Module.symvers
Mkfile.old
dkms.conf

15
LICENSE Normal file

File diff suppressed because one or more lines are too long

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# cs471
Artificial Intelligence