2013-07-03 14:29:26 +02:00
|
|
|
# This line is a comment, and will be skipped.
|
|
|
|
# Empty lines are skipped too.
|
|
|
|
|
|
|
|
# Backup files left behind by the Emacs editor.
|
|
|
|
*~
|
|
|
|
|
2016-01-09 10:43:43 +01:00
|
|
|
# Valentina lock files
|
|
|
|
*.lock
|
|
|
|
|
2016-01-25 14:52:27 +01:00
|
|
|
# Valentina and Tape makes reserve copy of each pattern file before conversion to higher version.
|
2017-03-20 07:17:30 +01:00
|
|
|
*(v*).val*
|
|
|
|
*(v*).vit*
|
|
|
|
*(v*).vst*
|
2016-01-25 14:52:27 +01:00
|
|
|
|
2020-03-09 19:03:03 +01:00
|
|
|
# Valentina's backup file
|
|
|
|
*.bak
|
|
|
|
|
2015-09-19 13:13:21 +02:00
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
2013-07-03 14:29:26 +02:00
|
|
|
# Lock files used by the Emacs editor.
|
|
|
|
# Notice that the "#" character is quoted with a backslash.
|
|
|
|
# This prevents it from being interpreted as starting a comment.
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# Temporary files used by the vim editor.
|
|
|
|
.*.swp
|
|
|
|
|
2015-02-22 19:49:22 +01:00
|
|
|
# A hidden files created by the Mac OS X Finder.
|
2013-07-03 14:29:26 +02:00
|
|
|
.DS_Store
|
2015-02-22 19:49:22 +01:00
|
|
|
._.DS_Store
|
2013-07-03 14:29:26 +02:00
|
|
|
|
2015-09-19 13:13:21 +02:00
|
|
|
# Ignore these directories.
|
2013-07-03 14:29:26 +02:00
|
|
|
html/
|
|
|
|
latex/
|
2014-04-04 10:06:33 +02:00
|
|
|
bin/
|
|
|
|
moc/
|
|
|
|
obj/
|
|
|
|
uic/
|
|
|
|
rcc/
|
2014-05-06 14:07:52 +02:00
|
|
|
man/
|
2015-04-27 14:44:27 +02:00
|
|
|
build/
|
2013-07-03 14:29:26 +02:00
|
|
|
|
2014-09-05 10:46:07 +02:00
|
|
|
# Ignore Coverity Scan Build Tool
|
2014-06-17 11:50:11 +02:00
|
|
|
cov-int/
|
|
|
|
|
2014-09-05 10:46:07 +02:00
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
2015-09-19 13:13:21 +02:00
|
|
|
*.ko
|
|
|
|
*.elf
|
2014-09-05 10:46:07 +02:00
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
2015-09-19 13:13:21 +02:00
|
|
|
*.so.*
|
2014-09-05 10:46:07 +02:00
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
2015-09-19 13:13:21 +02:00
|
|
|
*.lo
|
2014-09-05 10:46:07 +02:00
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2015-09-19 13:13:21 +02:00
|
|
|
*.i*86
|
|
|
|
*.x86_64
|
|
|
|
*.hex
|
|
|
|
|
|
|
|
# Debug files
|
|
|
|
*.dSYM/
|
2014-09-05 10:46:07 +02:00
|
|
|
|
|
|
|
# Qt-es
|
|
|
|
/.qmake.cache
|
|
|
|
/.qmake.stash
|
2013-07-03 14:29:26 +02:00
|
|
|
*.pro.user
|
2014-09-05 10:46:07 +02:00
|
|
|
*.pro.user.*
|
2016-03-17 15:26:58 +01:00
|
|
|
*.qbs.user
|
2014-09-05 10:46:07 +02:00
|
|
|
*.moc
|
|
|
|
moc_*.cpp
|
|
|
|
qrc_*.cpp
|
|
|
|
ui_*.h
|
|
|
|
Makefile*
|
|
|
|
*-build-*
|
2013-10-13 09:11:09 +02:00
|
|
|
|
2015-09-19 13:13:21 +02:00
|
|
|
# Ignore Qt translation file
|
2013-10-13 09:11:09 +02:00
|
|
|
*.qm
|
2014-02-28 14:30:34 +01:00
|
|
|
|
2014-09-05 10:46:07 +02:00
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
|
2014-02-28 14:30:34 +01:00
|
|
|
# Ignore Mercurial .orig files
|
|
|
|
*.orig
|
2014-04-04 10:06:33 +02:00
|
|
|
|
2014-08-26 19:25:43 +02:00
|
|
|
*.rej
|
|
|
|
|
2014-09-05 10:46:07 +02:00
|
|
|
# QtCtreator Qml
|
|
|
|
*.qmlproject.user
|
|
|
|
*.qmlproject.user.*
|
2015-03-13 15:57:54 +01:00
|
|
|
|
|
|
|
# Xcode project
|
|
|
|
*.xcodeproj
|
2015-09-19 13:13:21 +02:00
|
|
|
|
|
|
|
# OSX specific
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
2016-11-10 03:25:52 +01:00
|
|
|
|
|
|
|
# Understand IDE file
|
2017-03-20 07:17:30 +01:00
|
|
|
*.udb
|
2018-09-01 17:57:14 +02:00
|
|
|
|
|
|
|
__pycache__
|