forked from mhammond/pywin32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (44 loc) · 875 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
MANIFEST
build
dist
*.exe
*.zip
*.dbg
*.exp
*.ncb
*.opt
*.plg
*.flg
*.chm
*.chw
*.pyc
*.pyo
pywin32.egg-info/
Pythonwin/Scintilla/win32/*.pdb
PyWin32.kpf
.idea #Pycharm
# 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.vcproj*
com\TestSources\PyCOMTest\PyCOMTest_i.c
# 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