1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/.gitignore
Zetok Zalbavar 343989d575
chore(tools): add a script for creating and signing release tarballs
`lzip` is used for its great compression (better even than `xz`) and
properties that make it a viable format for long-term archiving (feature
that `xz` is missing).

http://www.nongnu.org/lzip/xz_inadequate.html

Also add some docs regarding release process.

Re: #3912, #4045
2017-01-05 11:08:23 +00:00

56 lines
530 B
Plaintext

# 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
# 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
/qtox.app
# Qt
*.pro.user*
moc_*
ui_*
qrc_*
Makefile
*.qm
/.qmake.stash
# Rust
target/
.cargo/
# Tarballs
*.tar.*