2016-10-12 19:37:31 +08:00
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
|
|
|
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
2014-09-10 22:12:15 +08:00
|
|
|
*.o
|
2016-10-12 19:37:31 +08:00
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Doxygen
|
|
|
|
doc/html/*
|
|
|
|
|
|
|
|
# Executables
|
2014-09-10 22:12:15 +08:00
|
|
|
qtox
|
2016-10-12 19:37:31 +08:00
|
|
|
*.exe
|
2014-11-10 06:24:23 +08:00
|
|
|
build-*-Release
|
2016-04-20 15:01:02 +08:00
|
|
|
build-*-Profile
|
2014-11-10 06:24:23 +08:00
|
|
|
build-*-Debug
|
2016-10-12 19:37:31 +08:00
|
|
|
|
|
|
|
# Folders
|
|
|
|
_obj
|
|
|
|
_test
|
|
|
|
libs
|
|
|
|
|
|
|
|
# Git
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
# Go stuff (for Go OSX updater)
|
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# OSX
|
2016-04-20 15:01:02 +08:00
|
|
|
.DS_Store
|
2016-07-30 01:57:42 +08:00
|
|
|
/qtox.app
|
2016-10-12 19:37:31 +08:00
|
|
|
|
|
|
|
# Qt
|
|
|
|
*.pro.user*
|
|
|
|
moc_*
|
|
|
|
ui_*
|
|
|
|
qrc_*
|
|
|
|
Makefile
|
|
|
|
*.qm
|
|
|
|
/.qmake.stash
|
2016-12-30 18:41:38 +08:00
|
|
|
|
|
|
|
# Rust
|
|
|
|
target/
|
|
|
|
.cargo/
|
2017-01-05 01:42:58 +08:00
|
|
|
|
|
|
|
# Tarballs
|
|
|
|
*.tar.*
|