2013-11-28 07:58:09 +01:00
|
|
|
## Linux
|
|
|
|
.*
|
|
|
|
*~
|
|
|
|
# Gimp
|
|
|
|
*.xcf
|
|
|
|
# Vim
|
|
|
|
Session.vim
|
2014-01-25 20:29:49 +01:00
|
|
|
# KDevelop
|
|
|
|
*.kdev4
|
2014-01-25 21:13:12 +01:00
|
|
|
# Meld
|
|
|
|
*.orig
|
2017-06-29 21:01:18 +02:00
|
|
|
# Emacs
|
|
|
|
\#*\#
|
2013-11-28 07:58:09 +01:00
|
|
|
|
2017-06-29 21:01:18 +02:00
|
|
|
## macOS
|
|
|
|
*.DS_Store
|
2013-11-28 07:58:09 +01:00
|
|
|
Icon
|
|
|
|
|
|
|
|
## Windows
|
2014-01-25 21:52:02 +01:00
|
|
|
*.old
|
2013-11-28 07:58:09 +01:00
|
|
|
# Windows image file caches
|
2017-06-29 21:01:18 +02:00
|
|
|
[tT]humbs.db
|
|
|
|
ehthumbs*.db
|
2013-11-28 07:58:09 +01:00
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
2017-06-29 21:01:18 +02:00
|
|
|
# Dump file
|
|
|
|
*.stackdump
|
2013-11-28 07:58:09 +01:00
|
|
|
# Visual studio
|
|
|
|
*.suo
|
|
|
|
*.ncb
|
|
|
|
|
2017-06-29 21:01:18 +02:00
|
|
|
## Temp files
|
|
|
|
*.tmp
|
|
|
|
*.swp
|
|
|
|
*.bak
|
|
|
|
*.backup
|
|
|
|
*.save
|
|
|
|
*.autosav
|
|
|
|
*.autosave
|
|
|
|
|
2013-11-28 07:58:09 +01:00
|
|
|
## Packages
|
|
|
|
# it's better to unpack these files and commit the raw source git has its own built in compression methods
|
|
|
|
*.7z
|
2017-06-29 21:01:18 +02:00
|
|
|
*.deb
|
|
|
|
*.rpm
|
2013-11-28 07:58:09 +01:00
|
|
|
*.dmg
|
|
|
|
*.gz
|
2017-06-29 21:01:18 +02:00
|
|
|
*.tgz
|
2013-11-28 07:58:09 +01:00
|
|
|
*.iso
|
|
|
|
*.jar
|
|
|
|
*.rar
|
|
|
|
*.tar
|
|
|
|
*.zip
|
|
|
|
*.bz2
|
2017-06-29 21:01:18 +02:00
|
|
|
*.tbz2
|
2015-10-11 19:19:00 +02:00
|
|
|
*.tar.xz
|
2017-06-29 21:01:18 +02:00
|
|
|
*.txz
|
2013-11-28 07:58:09 +01:00
|
|
|
|
|
|
|
## Logs and databases
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
|
|
|
|
|
|
|
## Git
|
|
|
|
!.git
|
|
|
|
!.gitignore
|
|
|
|
!.gitattributes
|
|
|
|
!.gitmodules
|
|
|
|
|
|
|
|
## Repo
|
2017-06-29 21:01:18 +02:00
|
|
|
!/.travis.yml
|
|
|
|
!/.travis-before_install.sh
|
|
|
|
!/.editorconfig
|
2013-11-28 07:58:09 +01:00
|
|
|
*.blend
|
|
|
|
*.blend1
|
2017-06-29 21:01:18 +02:00
|
|
|
/[bB]uild*/
|
|
|
|
/[rR]elease*/
|
|
|
|
/[dD]ebug*/
|
|
|
|
/dbg*/
|
2014-01-25 20:29:49 +01:00
|
|
|
|
2014-01-30 23:43:26 +01:00
|
|
|
# breakpad symlink / directory
|
2014-01-28 17:44:57 +01:00
|
|
|
/google-breakpad
|
2014-01-30 23:43:26 +01:00
|
|
|
/google-breakpad/
|
2017-06-29 21:01:18 +02:00
|
|
|
|
|
|
|
# Windows_build
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.msi
|
|
|
|
*.pdb
|
|
|
|
#
|
2018-01-14 11:17:14 -06:00
|
|
|
/mk/linux/zetaglest
|
|
|
|
/mk/linux/zetaglest_editor
|
|
|
|
/mk/linux/zetaglest_g3dviewer
|