forked from mhammond/pywin32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (60 loc) · 1.06 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
MANIFEST
build
dist
*.exe
*.zip
*.dbg
*.exp
*.ncb
*.opt
*.plg
*.flg
*.chm
*.chw
*.pyc
*.pyo
pywin32.egg-info/
Pythonwin/Scintilla/win32/*.pdb
PyWin32.kpf
# COM test bits
com/TestSources/Build
com/TestSources/PyCOMTest/PyCOMTest.h
com/TestSources/PyCOMTest/PyCOMTest.sln
com/TestSources/PyCOMTest/PyCOMTest.suo
com/TestSources/PyCOMTest/PyCOMTest.tlb
com/TestSources/PyCOMTest/PyCOMTest.vc*proj*
com/TestSources/PyCOMTest/PyCOMTest_i.c
com/TestSources/PyCOMTest/.vs/
# SWIG generated files.
com/win32comext/adsi/src/*.cpp
com/win32comext/adsi/src/Py*.h
com/win32comext/mapi/src/*.cpp
com/win32comext/mapi/src/Py*.h
win32/src/*_swig.cpp
# Generated from message files
win32/src/PerfMon/PyPerfMsgs.h
win32/src/PythonServiceMessages.h
win32/src/win32service_messages.h
win32/src/win32evtlog_messages.h
isapi/src/pyISAPI_messages.h
# VC2003 and up project files
*.sln
*.suo
*.vcproj
*.user
# Eclipse + PyDev
.project
.pydevproject
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.vagrant/
# other IDEs, MacOS, etc
.idea/
.DS_Store
vagrant_helpers/bootstrap-salt.ps1