-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
70 lines (63 loc) · 1.1 KB
/
.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
swmm5ea/doc/_build
MANIFEST
service/Output/*
#innosetup generates script
*.iss
#python??.???
python??.???
# convention: all the files like foo_.py (last character before .py is _) are created by ui files
*_.py
# res.qrc, res_rc.py files are generated by prep.py
res.qrc
res_rc.py
# .bin .rpt files are generated by swmm
*.bin
*.rpt
# the src/dist directory contains cx_freezed files
src/dist/*
swmm/src/build/*
swmm/src/dist/*
swmm/SWMM5.egg-info/*
*~
*.pyc
*.pyo
.DS_Store
.nose
*.egg-info
*.bak
*.rej
*$py.class
*.orig
example.cfg
.coverage
nosetests.xml
xunit.xml
_env
doc/.build
dist
build
.noseids
.tox
.*.sw[nop]
# Temporary files used by the vim editor.
.*.swp
# A hidden file created by the Mac OS X Finder.
.DS_Store
# Sqlite data file (created by databased related test)
*.sqlite
# data file of coverage.py to use for storing or reporting coverage
.coverage
# executable program
a.out
a.exe
# d programming
*.deps
*.map
*.exe
*.o
*.obj
*.wpu # wing project file that is not needed.
*untitiled*
examples/*/output/*
examples/*/tmp/*
*.log