Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Backups #
|
||||
###########
|
||||
*~
|
||||
*.sw*
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
unittest
|
||||
cdc
|
||||
main
|
||||
*.a
|
||||
*.lib
|
||||
*.o
|
||||
*.exe
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.tar
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store?
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
.directory
|
Loading…
Add table
Add a link
Reference in a new issue