Skip to content

Commit 207b460

Browse files
author
Thierry Nouidui
committed
Updated gitignore.
1 parent c6a74c4 commit 207b460

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

.gitignore

+52-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,53 @@
1-
*.project
1+
# Ignore Dymola output, log and temporary files (in alphabetical order)
2+
#######################################################################
3+
*.bak-mo
4+
*.mat
5+
*.mof
6+
buildlog.txt
7+
dsfinal.txt
8+
dsin.txt
9+
dslog.txt
10+
dsmodel.c
11+
dsmodelext[0-9].c
12+
dsres.txt
13+
dymosim.exe
14+
dymosim.exp
15+
dymosim.lib
16+
dymosim
17+
empty.txt
18+
request
19+
stat
20+
status
21+
stop
22+
23+
# Files in top-level directory
24+
#####################################
25+
/*.py
26+
/*.sh
27+
/*.mos
28+
29+
# Temporary files generated by emacs #
30+
######################################
31+
*~
32+
\#*\#
33+
34+
# .log output files #
35+
#####################
36+
*.log
37+
38+
# .mat output files #
39+
#####################
40+
*.mat
41+
42+
# Ignore doctree pickles of sphinx
43+
Buildings/Resources/Documentation/userGuide/build/doctrees
44+
45+
# Python compiled files #
46+
#########################
247
*.pyc
48+
.pydevproject
49+
.project
50+
51+
# Files generated by OS X
52+
#########################
53+
.DS_Store

0 commit comments

Comments
 (0)