From 70893ffff96b7bec29b6c5ee87a7356479722788 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Wed, 18 Apr 2018 16:36:45 -0700 Subject: [PATCH 1/2] [osmocom-python] Ignore python build/test artifacts --- osmocom-python/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 osmocom-python/.gitignore diff --git a/osmocom-python/.gitignore b/osmocom-python/.gitignore new file mode 100644 index 00000000..6a9e3472 --- /dev/null +++ b/osmocom-python/.gitignore @@ -0,0 +1,4 @@ +### python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] \ No newline at end of file From c4f78c3b59907c491dd24af5d946fe53f7949791 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Fri, 20 Apr 2018 15:15:47 -0700 Subject: [PATCH 2/2] [smspdu] Ignore generated python artifacts Add a minimalist .gitignore that ignores generated python compile artifacts. --- smspdu/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 smspdu/.gitignore diff --git a/smspdu/.gitignore b/smspdu/.gitignore new file mode 100644 index 00000000..cba9fd7a --- /dev/null +++ b/smspdu/.gitignore @@ -0,0 +1,4 @@ +### python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]