-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 58d4f1a
Showing
35,640 changed files
with
4,096,356 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,83 @@ | ||
.gitattributes eol=lf | ||
.gitignore eol=lf | ||
*.txt eol=lf | ||
*.h eol=lf | ||
*.c eol=lf | ||
*.inl eol=lf | ||
*.cpp eol=lf | ||
*.cxx eol=lf | ||
*.gxx eol=lf | ||
*.hxx eol=lf | ||
*.ixx eol=lf | ||
*.jxx eol=lf | ||
*.lxx eol=lf | ||
*.pxx eol=lf | ||
*.cl eol=lf | ||
*.cdl eol=lf | ||
*.edl eol=lf | ||
*.yacc eol=lf | ||
*.lex eol=lf | ||
*.mm eol=lf | ||
*.i eol=lf | ||
*.el eol=lf | ||
*.sh eol=lf | ||
*.csh eol=lf | ||
*.tcl eol=lf | ||
*.workspace eol=lf | ||
*.cbp eol=lf | ||
*.svg eol=lf | ||
*.xib eol=lf | ||
*.plist eol=lf | ||
*.java eol=lf | ||
*.igs eol=lf | ||
*.iges eol=lf | ||
*.stp eol=lf | ||
*.step eol=lf | ||
*.brep eol=lf | ||
*.rle eol=lf | ||
*.vrml eol=lf | ||
*.md eol=lf | ||
*.natvis eol=lf | ||
*.fs eol=lf | ||
*.vs eol=lf | ||
*.glsl eol=lf | ||
FILES eol=lf | ||
PACKAGES eol=lf | ||
EXTERNLIB eol=lf | ||
UDLIST eol=lf | ||
tests/* eol=lf | ||
tests/*/* eol=lf | ||
tests/*/*/* eol=lf | ||
adm/upgrade.dat eol=lf | ||
*.bat eol=crlf | ||
*.cmd eol=crlf | ||
*.rc eol=crlf | ||
*.cs eol=crlf | ||
*.def eol=crlf | ||
*.iss eol=crlf | ||
*.ini eol=crlf | ||
*.lng eol=crlf | ||
*.vcproj eol=crlf | ||
*.csproj eol=crlf | ||
*.vcxproj* eol=crlf | ||
*.sln eol=crlf | ||
*.res eol=crlf | ||
*.resx eol=crlf | ||
*.dll binary | ||
*.so binary | ||
*.dylib binary | ||
*.7z binary | ||
*.pdf binary | ||
*.png binary | ||
*.jpg binary | ||
*.bmp binary | ||
*.gif binary | ||
*.xwd binary | ||
*.ico binary | ||
*.icns binary | ||
*.std binary | ||
*.gz binary | ||
*.doc binary | ||
*.rgb binary | ||
*.mft binary | ||
*.stl 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,61 @@ | ||
|
||
# standard directories for derived files in CASROOT | ||
/.adm | ||
/lin | ||
/mac | ||
/wnt | ||
/doc | ||
/inc | ||
/work | ||
|
||
# standard names of directories for objects and binaries on Windows | ||
win32 | ||
win64 | ||
|
||
# standard names of directories for objects and binaries for samples | ||
bin | ||
obj | ||
Debug | ||
Release | ||
|
||
# project files and artifacts | ||
/adm/msvc | ||
/adm/wnt | ||
/adm/lin | ||
/adm/mac | ||
/adm/make | ||
*.vcproj*user | ||
*.vcxproj*user | ||
*.csproj*user | ||
*.ncb | ||
*.suo | ||
*.sdf | ||
*.opensdf | ||
*.VC.db | ||
*.VC.opendb | ||
*.ipch | ||
*.aps | ||
|
||
# test results | ||
/results* | ||
|
||
# Emacs backup files | ||
*~ | ||
|
||
# Generated files | ||
/*.am | ||
/*.m4 | ||
/*.ac | ||
/*.sh | ||
/codeblocks.bat | ||
/custom.bat | ||
/autom4te.cache | ||
/build_configure | ||
/configure | ||
/make | ||
/config.* | ||
/Makefile | ||
/libtool | ||
/stamp* | ||
/build* | ||
/install |
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,3 @@ | ||
[bugtraq] | ||
url = https://tracker.dev.opencascade.org/view.php?id=%BUGID% | ||
logregex = "(\\s)(00|#)\\d+(?!\\w)\n(\\d+)" |
Oops, something went wrong.