Skip to content

Commit

Permalink
Add arm64libs to gitignore (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 4, 2024
1 parent 1856d1f commit e24ecae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MANIFEST
build
dist
__pycache__
*.exe
*.zip
*.dbg
Expand All @@ -11,10 +12,10 @@ dist
*.flg
*.chm
*.chw
*.pyc
*.pyo
*.pdb
arm64libs/
pywin32.egg-info/
Pythonwin/Scintilla/win32/*.pdb
PyWin32.kpf

# COM test bits
Expand All @@ -27,7 +28,6 @@ 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/PyADSIUtil.cpp
Expand All @@ -43,7 +43,6 @@ com/win32comext/mapi/src/Py*.h
!com/win32comext/mapi/src/PyMAPIUtil.h
win32/src/*_swig.cpp


# Generated from message files
win32/src/PerfMon/PyPerfMsgs.h
win32/src/PythonServiceMessages.h
Expand Down

0 comments on commit e24ecae

Please sign in to comment.