forked from ugeneunipro/ugene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (48 loc) · 839 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# qmake build folders
**/_tmp
src/_debug
src/_release
src/qmake_msvc_proj_x32.cmd
src/qmake_msvc_proj_x64.cmd
# Makefiles generated by qmake
Makefile
Makefile.Release
Makefile.Debug
# Linux generated files
*.[oa]
src/*.so
src/*.so.*
# Doxygen generated files
/html
# VS project files and directories
/.vs/
*.sdf
*.opensdf
*.suo
*.vcxproj*
*.tmp
*.sln
# MacOS generated files
.DS_Store
.qmake.stash
*.xcodeproj/
# Windows generated files
*.obj
*moc_predefs.h*ugene.VC.db
ugene.VC.VC.opendb
ugene.VC.db
# Generated ugene shell launcher
/ugene
# Jetbrains tools (CLion, etc..)
.idea
# Directories with tests
/test
# QtCreator files
ugene.pro.user
# CLion build dir
cmake-build-*
# Qt generated
**/GeneratedFiles/*
# Local/tmp files for personal developer needs in the same root folder
# to be available from IDE context.
local/