-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Committing oneTBB 2021.1-beta05 source code
- Loading branch information
Showing
980 changed files
with
325,542 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.c text | ||
*.h text | ||
*.cpp text | ||
*.def text | ||
*.rc text | ||
*.i text | ||
*.sh text | ||
*.csh text | ||
*.mk text | ||
*.java text | ||
*.csv text | ||
*.lst text | ||
*.asm text | ||
*.cfg text | ||
*.css text | ||
*.inc text | ||
*.js text | ||
*.rb text | ||
*.strings text | ||
*.txt text | ||
*export.lst text | ||
*.xml text | ||
*.py text | ||
*.md text | ||
*.classpath text | ||
*.cproject text | ||
*.project text | ||
*.properties text | ||
*.java text | ||
*.gradle text | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
*.bat text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.ico binary | ||
*.spir binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Ignore the debug and release directories created with Makefile builds # | ||
######################################################################### | ||
build/*_debug/ | ||
build/*_release/ | ||
|
||
# Compiled source # | ||
################### | ||
*.com | ||
*.class | ||
*.dll | ||
*.lib | ||
*.pdb | ||
*.exe | ||
*.o | ||
*.so | ||
*.so.1 | ||
*.so.2 | ||
*.dylib | ||
*.a | ||
*.obj | ||
*.pyc | ||
|
||
*.orig | ||
*.raw | ||
*.sample | ||
*.slo | ||
*.swp | ||
*.config | ||
*.la | ||
*.lai | ||
*.lo | ||
*.nhdr | ||
*.nii.gz | ||
*.nrrd | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.tgz | ||
*.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# IDE generated files # | ||
###################### | ||
/.ninja_deps | ||
/.ninja_log | ||
/build.ninja | ||
/rules.ninja | ||
*~ | ||
.emacs.desktop | ||
.tags | ||
|
||
# Build system generated files # | ||
################################ | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
|
||
# Other # | ||
######### | ||
.clang_complete | ||
.idea | ||
.svn | ||
crash* | ||
*.tmp | ||
/.vs |
Oops, something went wrong.