mirror of
https://github.com/glest/glest-source.git
synced 2025-02-22 18:54:58 +01:00
These are some minor changes I made after reviewing changes made by @Jammyjamjamman in these commits 464860aa023e4089f4c6f108e019d66d60052581 38a9356e203c05e2aec5e346363dd2707782262b f587c8548ff9d581ebf67082359a4e498ed45042 80af96b5cdf94fede7c357b592cd27647d68280b Jammy, I wrapped some lines. I've been told by project maintainers that when possible, keep lines in md files less than 79 chars or so. The files render the same when viewed through GitHub, so it's more for readability when editing. You'll find though there are times to break those rules. ;) (ping #13)
98 lines
1.1 KiB
Plaintext
98 lines
1.1 KiB
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
|
|
source/masterserver
|
|
mk/linux/tools-for-standalone-client/installer/mojosetup
|