From a343fb88a682bceefc2f0daab8d1a37d35ca3a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ta=C5=9Fkaya?= Date: Sun, 19 Apr 2020 01:40:35 +0300 Subject: [PATCH] ignore Modules/python.exp on AIX (autogenerated) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c1f8a43075a485..0962d3a1841fc47 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ Programs/_freeze_importlib Programs/_testembed PC/python_nt*.h PC/pythonnt_rc*.h +Modules/python.exp PC/*/*.exp PC/*/*.lib PC/*/*.bsc