Revision 4e762bacb1372714f1c499ef1dea6ef88a3637fa authored by Radu Serban on 11 February 2021, 15:38:33 UTC, committed by Radu Serban on 11 February 2021, 15:38:33 UTC
- fix bug where an extraneous level was created
- do not install empty directories
1 parent b024e5f
Raw File
.gitignore
##---------------------------------------------------
## Directories
##---------------------------------------------------

#large data used by sensors
# /data/sensor/textures/
*.hdr

# Where you build the src
/build
.vscode

##---------------------------------------------------
## C++
##---------------------------------------------------

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

##---------------------------------------------------
## Python
##---------------------------------------------------

*.py[cod]

## C extensions
*.so

## Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

## Installer logs
pip-log.txt

## Unit test / coverage reports
.coverage
.tox
nosetests.xml

## Translations
*.mo

## Mr Developer
.mr.developer.cfg
.project
.pydevproject

##---------------------------------------------------
## Matlab
##---------------------------------------------------

## Windows default autosave extension
*.asv

## OSX / *nix default autosave extension
*.m~

## Compiled MEX binaries (all platforms)
*.mex*

## Simulink Code Generation
slprj/

##---------------------------------------------------
## Website
##---------------------------------------------------
_site
.sass-cache
doxygen/documentation/images/chronoStructure2016.png
build_chrono_website.sh
.htaccess
refman.pdf
src/chrono_granular/DoxyGenDocs/
back to top