Skip to content

Commit

Permalink
Increment OCCT version up to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugmaster authored and tpaviot committed Sep 17, 2020
0 parents commit 58d4f1a
Show file tree
Hide file tree
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.
83 changes: 83 additions & 0 deletions .gitattributes
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
61 changes: 61 additions & 0 deletions .gitignore
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
3 changes: 3 additions & 0 deletions .tgitconfig
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+)"
Loading

0 comments on commit 58d4f1a

Please sign in to comment.