mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
551 B
57 lines
551 B
# Architecture specific extensions/prefixes |
|
*.[568vq] |
|
[568vq].out |
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects) |
|
*.o |
|
*.a |
|
*.so |
|
|
|
# Doxygen |
|
doc/html/* |
|
|
|
# Executables |
|
qtox |
|
*.exe |
|
build-*-Release |
|
build-*-Profile |
|
build-*-Debug |
|
.qtox-wrapped |
|
|
|
# Folders |
|
_[Bb]uild*/ |
|
_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 |
|
.DS_Store |
|
/qtox.app |
|
|
|
# Qt |
|
*.user |
|
moc_* |
|
ui_* |
|
qrc_* |
|
Makefile |
|
*.qm |
|
/.qmake.stash |
|
|
|
# Rust |
|
target/ |
|
.cargo/ |
|
|
|
# Tarballs |
|
*.tar.*
|
|
|