Добавлен файл .gitignore

This commit is contained in:
Andrey Rodionov 2017-08-06 22:34:26 +03:00
parent 1d617623a4
commit 4dbe5e89b6
7 changed files with 86 additions and 24 deletions

86
.gitignore vendored Normal file
View File

@ -0,0 +1,86 @@
# This file is used to ignore files which are generated
# ----------------------------------------------------------------------------
*~
*.autosave
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.rej
*.so
*_pch.h.cpp
*_resource.rc
*.qm
.#*
*.*#
core
!core/
tags
.DS_Store
*.debug
Makefile*
*.prl
*.app
moc_*.cpp
ui_*.h
qrc_*.cpp
.qmake.stash
.qmake.cache
Thumbs.db
.directory
*.orig
# Version project
version.h
# qtcreator generated files
*.pro.user*
*.qbs.user*
*.qmlproject.user*
*.pluginspec
# xemacs temporary files
*.flc
# Vim temporary files
.*.swp
# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
# MinGW generated files
*.Debug
*.Release
# translation related:
share/qtcreator/translations/*_tr.h
share/qtcreator/translations/qtcreator_untranslated.ts
# Directories to ignore
# ---------------------
debug
lib/*
lib64/*
release
.rcc
.pch
doc/doxygen/html
qch/*
# Binaries
# --------
bin
build
target_wrapper.sh

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif

View File

@ -1,4 +0,0 @@
#ifndef VERSION_H
#define VERSION_H
#define VER_REV "2017-08-05 17:16:20 +0300 (5c06d131)"
#endif