mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 11:15:02 +01:00
111 lines
1.4 KiB
Plaintext
111 lines
1.4 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
|
|
*.user
|
|
|
|
## 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
|
|
unsuccessfulbuild
|
|
/mk/windows/dependencies/openssl
|
|
/mk/windows/dependencies/src
|
|
/mk/windows/bin
|
|
/data
|
|
#
|
|
source/masterserver
|
|
mk/linux/tools-for-standalone-client/installer/mojosetup
|
|
|
|
# These are generated when 'cmake . && make' is run from the root directory
|
|
CMakeFiles
|
|
CMakeCache.txt
|
|
Makefile
|
|
cmake_install.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
/source/shared_lib/liblibmegaglest.a
|
|
/source/shared_lib/sources/streflop/libstreflop.a
|