glest-source/.gitignore
andy5995 45bccef4a9
change build target to "zetaglest"
* add dependency info to README
* rename script
* renamed windoze to windows

At some point, it will be better to split off the installation
instructions from the README.
2018-01-14 11:17:14 -06:00

96 lines
1021 B
Plaintext

## Linux
.*
*~
# Gimp
*.xcf
# Vim
Session.vim
# KDevelop
*.kdev4
# Meld
*.orig
# Emacs
\#*\#
## macOS
*.DS_Store
Icon
## Windows
*.old
# Windows image file caches
[tT]humbs.db
ehthumbs*.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Dump file
*.stackdump
# Visual studio
*.suo
*.ncb
## Temp files
*.tmp
*.swp
*.bak
*.backup
*.save
*.autosav
*.autosave
## Packages
# it's better to unpack these files and commit the raw source git has its own built in compression methods
*.7z
*.deb
*.rpm
*.dmg
*.gz
*.tgz
*.iso
*.jar
*.rar
*.tar
*.zip
*.bz2
*.tbz2
*.tar.xz
*.txz
## Logs and databases
*.log
*.sql
*.sqlite
## Git
!.git
!.gitignore
!.gitattributes
!.gitmodules
## Repo
!/.travis.yml
!/.travis-before_install.sh
!/.editorconfig
*.blend
*.blend1
/[bB]uild*/
/[rR]elease*/
/[dD]ebug*/
/dbg*/
# breakpad symlink / directory
/google-breakpad
/google-breakpad/
# Windows_build
*.dll
*.exe
*.msi
*.pdb
#
/mk/linux/zetaglest
/mk/linux/zetaglest_editor
/mk/linux/zetaglest_g3dviewer