mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
cleanup .gitignore [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
14773c5fcf
commit
c48b3c168a
1 changed files with 1 additions and 72 deletions
73
.gitignore
vendored
73
.gitignore
vendored
|
@ -1,90 +1,19 @@
|
||||||
# This file is used to tell Git which files to ignore from the tree
|
# This file is used to tell Git which files to ignore from the tree
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
|
|
||||||
callgrind.out.*
|
|
||||||
pcviewer.cfg
|
|
||||||
*~
|
*~
|
||||||
*.a
|
|
||||||
*.moc
|
|
||||||
*.o
|
|
||||||
*.obj
|
*.obj
|
||||||
*.orig
|
*.orig
|
||||||
*.swp
|
|
||||||
*.rej
|
*.rej
|
||||||
*.so
|
|
||||||
*.pbxuser
|
|
||||||
*.mode1
|
|
||||||
*.mode1v3
|
|
||||||
*_pch.h.cpp
|
|
||||||
*_resource.rc
|
|
||||||
.#*
|
|
||||||
*.*#
|
|
||||||
tags
|
|
||||||
.DS_Store
|
|
||||||
*.debug
|
|
||||||
Makefile*
|
|
||||||
*.prl
|
|
||||||
*.app
|
|
||||||
*.pro.user*
|
|
||||||
*.qmlproject.user*
|
|
||||||
*.gcov
|
|
||||||
mkspecs/default
|
|
||||||
moc_*.cpp
|
|
||||||
src/tools/uic/qclass_lib_map.h
|
|
||||||
ui_*.h
|
|
||||||
.com.apple.timemachine.supported
|
|
||||||
tests/auto/qlibrary/libmylib.so*
|
|
||||||
tests/auto/qresourceengine/runtime_resource.rcc
|
|
||||||
tools/qtestlib/chart/chart*
|
|
||||||
tools/qtestlib/updater/updater*
|
|
||||||
translations/*.qm
|
|
||||||
translations/*_untranslated.ts
|
|
||||||
qrc_*.cpp
|
|
||||||
/.device.vars
|
|
||||||
|
|
||||||
# xemacs temporary files
|
# xemacs temporary files
|
||||||
*.flc
|
*.flc
|
||||||
|
|
||||||
# Vim temporary files
|
# Vim temporary files
|
||||||
.*.swp
|
*.swp
|
||||||
|
|
||||||
# Visual Studio generated files
|
|
||||||
*.ib_pdb_index
|
|
||||||
*.idb
|
|
||||||
*.ilk
|
|
||||||
*.pdb
|
|
||||||
*.sln
|
|
||||||
*.suo
|
|
||||||
*.vcproj
|
|
||||||
*vcproj.*.*.user
|
|
||||||
*.ncb
|
|
||||||
*.vcxproj
|
|
||||||
*.vcxproj.filters
|
|
||||||
*.vcxproj.user
|
|
||||||
|
|
||||||
# MinGW generated files
|
|
||||||
*.Debug
|
|
||||||
*.Release
|
|
||||||
|
|
||||||
# Directories to ignore
|
# Directories to ignore
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|
||||||
apidocs
|
apidocs
|
||||||
build
|
build
|
||||||
mingw
|
|
||||||
include/*
|
|
||||||
privateinclude/*
|
|
||||||
plugins/*/*
|
|
||||||
.rcc
|
|
||||||
.pch
|
|
||||||
.metadata
|
|
||||||
|
|
||||||
# INTEGRITY generated files
|
|
||||||
*.gpj
|
|
||||||
*.int
|
|
||||||
*.ael
|
|
||||||
*.dla
|
|
||||||
*.dnm
|
|
||||||
*.dep
|
|
||||||
*.map
|
|
||||||
work
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue