1964js/.gitignore
2017-10-25 23:00:59 -04:00

243 lines
2.3 KiB
Text

# Linux stuff
# Emacs file history
*~
# Linux package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
.sass-cache/
# KDE directory preferences
.directory
# Linux trash folder
.Trash-*
# Windows stuff
# Windows image thumbnail cache
[Tt]humbs.db
ehthumbs.db
# Windows folder config file
[Dd]esktop.ini
# Recycle bin used on file shares
$R[Ee][Cc][Yy][Cc][Ll][Ee].B[Ii][Nn]/
R[Ee][Cc][Yy][Cc][Ll][Ee][Rr]/
# Windows installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts and recent items links
*.lnk
# System restore data/restore points, Windows backup, volume shadow copy, content indexer, CHKDSK logs
System Volume Information/
# System Recovery boot image
[Rr][Ee][Cc][Oo][Vv][Ee][Rr][Yy]/
# Virtual Memory file
[Pp]agefile.sys
# Hibernation data
[Hh]iberfil.sys
# System boot files
boot/
# Cached MSI install files
[Cc][Oo][Nn][Ff][Ii][Gg].[Mm][Ss][Ii]
MSOCache/
# System performance logs
[Pp]erf[Ll]ogs/
# Mac stuff
._*
__MACOSX/
.DS_Store
.AppleDouble
.LSOverride
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
.apdisk
Network Trash Folder
Temporary Items
# Visual Studio
# Ignore Visual Studio temporary files, build results, and
# files generated by some Visual Studio add-ons
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# SVN
.svn/
# Mercurial/HG
.hg/
*/.hg/
*/.hgignore
.hgignore
.hgsigs
.hgsub
.hgsubstate
.hgtags
# CVS
/CVS/*
*/CVS/*
**/CVS/*
.cvsignore
*/.cvsignore
# TortoiseGit config file
/.tgitconfig
# Temporary and backup files
*.tmp
*.bak
# Compressed and packed data
*.7z
*.rar
*.tar
*.gz
*.bzip
*.bz2
*.xz
*.lzma
*.iso
*.img
*.ccd
*.nrg
# Compiled binaries
*.exe
*.com
*.cmd
# 1964js-specific
obj/
css/
# Python
__pycache__/
*.pyc
*.py[cod]
*$py.class
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg