Update gitignore and add glass .blend file

beward if you try rendering the glass one - it takes *forever*!
This commit is contained in:
Starbeamrainbowlabs 2020-04-30 23:55:48 +01:00
parent 00922c6fd6
commit 412ac4cb2e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 70 additions and 0 deletions

67
.gitignore vendored
View File

@ -2,6 +2,10 @@
*.scad
*.blend1
*.stl
*.gz
*.webm
# Created by https://www.gitignore.io/api/lua,git
# Edit at https://www.gitignore.io/?templates=lua,git
@ -64,3 +68,66 @@ luac.out
# End of https://www.gitignore.io/api/lua,git
# Created by https://www.gitignore.io/api/archive
# Edit at https://www.gitignore.io/?templates=archive
### Archive ###
### Mostly from https://en.wikipedia.org/wiki/List_of_archive_formats
## Archiving only
# The traditional archive format on Unix-like systems, now used mainly for the creation of static libraries.
*.a
*.ar
# RPM files consist of metadata concatenated with (usually) a cpio archive. Newer RPM systems also support other archives, as cpio is becoming obsolete. cpio is also used with initramfs.
*.cpio
# A self-extracting archive that uses the Bourne shell (sh).
*.shar
# A system for storing multiple files. LBR archives typically contained files processed by SQ, or the archive itself was compressed with SQ. LBR archives that were compressed with SQ ended with the extension .LQR
*.LBR
# An archive format originally used mainly for archiving and distribution of the exact, nearly-exact, or custom-modified contents of an optical storage medium such as a CD-ROM or DVD-ROM. However, it can be used to archive the contents of other storage media, selected partitions, folders, and/or files. The resulting archive is typically optimized for convenient rendering to (re-)writable CD or DVD media.
*.iso
# A library format used primarily on the Commodore 64 and 128 lines of computers. This bears no resemblance to the DOS LBR format. While library files were quick to implement (a number of programs exist to work with them) they are crippled in that they cannot grow with use: once a file has been created it cannot be amended (files added, changed or deleted) without recreating the entire file.
*.lbr
# An archive format used by Mozilla for storing binary diffs. Used in conjunction with bzip2.
*.mar
# A common archive format used on Unix-like systems. Generally used in conjunction with compressors such as gzip, bzip2, compress or xz to create .tar.gz, .tar.bz2, .tar.Z or tar.xz files.
*.tar
# Package managers
# Red Hat Package Manager
*.rpm
# Debian package
*.deb
# MicroSoft Installer
*.msi
*.msm
*.msp
# Mozilla package installer
*.xpi
# Ruby Package
*.gem
# End of https://www.gitignore.io/api/archive
# Created by https://www.gitignore.io/api/video
# Edit at https://www.gitignore.io/?templates=video
### Video ###
*.3g2
*.3gp
*.asf
*.asx
*.avi
*.flv
*.mov
*.mp4
*.mpg
*.rm
*.swf
*.vob
*.wmv
# End of https://www.gitignore.io/api/video

BIN
blender/15x15x15-glass.blend (Stored with Git LFS) Normal file

Binary file not shown.