mirror of https://github.com/qTox/qTox.git
2 changed files with 41 additions and 33 deletions
@ -1,17 +1,48 @@ |
|||||||
*.pro.user* |
# Architecture specific extensions/prefixes |
||||||
libs |
*.[568vq] |
||||||
|
[568vq].out |
||||||
|
|
||||||
|
# Compiled Object files, Static and Dynamic libs (Shared Objects) |
||||||
*.o |
*.o |
||||||
moc_* |
*.a |
||||||
ui_* |
*.so |
||||||
qrc_* |
|
||||||
Makefile |
# Doxygen |
||||||
|
doc/html/* |
||||||
|
|
||||||
|
# Executables |
||||||
qtox |
qtox |
||||||
*.qm |
*.exe |
||||||
*.orig |
|
||||||
build-*-Release |
build-*-Release |
||||||
build-*-Profile |
build-*-Profile |
||||||
build-*-Debug |
build-*-Debug |
||||||
|
|
||||||
|
# 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 |
||||||
.DS_Store |
.DS_Store |
||||||
doc/html/* |
|
||||||
/.qmake.stash |
|
||||||
/qtox.app |
/qtox.app |
||||||
|
|
||||||
|
# Qt |
||||||
|
*.pro.user* |
||||||
|
moc_* |
||||||
|
ui_* |
||||||
|
qrc_* |
||||||
|
Makefile |
||||||
|
*.qm |
||||||
|
/.qmake.stash |
||||||
|
@ -1,23 +0,0 @@ |
|||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects) |
|
||||||
*.o |
|
||||||
*.a |
|
||||||
*.so |
|
||||||
|
|
||||||
# Folders |
|
||||||
_obj |
|
||||||
_test |
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes |
|
||||||
*.[568vq] |
|
||||||
[568vq].out |
|
||||||
|
|
||||||
*.cgo1.go |
|
||||||
*.cgo2.c |
|
||||||
_cgo_defun.c |
|
||||||
_cgo_gotypes.go |
|
||||||
_cgo_export.* |
|
||||||
|
|
||||||
_testmain.go |
|
||||||
|
|
||||||
*.exe |
|
||||||
*.test |
|
Loading…
Reference in new issue