-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitignore
96 lines (79 loc) · 936 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# editor and misc backup files - anywhere
*~
.*~
*.orig
*.bak
\#*\#
*.new
*.old
temp
*.output
# objects and archives - anywhere
*.[oa]
*.la
*.so
*.so.*
*.jar
*.pyc
# Qt generated files
moc_*
ui_*
qrc_*
# ignore derived files
lex.yy.c
# Corefiles and debugging files
core
callgrind*
# build folder(s) and executables
build
build.release
# generated Makefiles
Makefile
Makefile.Debug
Makefile.Release
Makefile.*engrid*
netgen_svn
third_party
third_party64
tmp.txt
*.kdevelop.pcs
engrid.kdevelop.ignore_pcs
.bzr
.hg
*.user
qtc-gdbmacros
*.sp
*.out
*.vtu
*.egc
#*.txt
*.bcs
netgen_svn_old
*.tag
*.output
docs
*.tmp
*.dbg
# LaTeX generated files - anywhere
*.aux
*.log
*.toc
# source packages - anywhere
*.tar.bz2
*.tar.gz
*.tgz
# ignore the persistent .build tag in the main directory
/.build
*.exe
*.Debug
*.Release
.*
*.vtk
*.kdevses
# ignore Visual Studio local files
*.suo
*.ncb
*.vcproj.*
# CMake
*CMakeFiles*
*.cmake