[asterisk-dev] Change in testsuite[master]: Add .gitignore files

Matt Jordan (Code Review) asteriskteam at digium.com
Thu Mar 26 08:03:43 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: Add .gitignore files
......................................................................


Add .gitignore files

This patch adds .gitignore files to hide artifacts created when building
components in the Test Suite or when running the Test Suite. It also includes
a .gitignore file for the 'logs' directory, which helps persist the (by
default) empty directory.

Change-Id: Ibedc56ac80bcb1981b66a6b514cf817f7423f6ec
---
A .gitignore
A addons/.gitignore
A asttest/.gitignore
A asttest/lib/lua/.gitignore
A asttest/self-tests/.gitignore
A asttest/tools/.gitignore
A logs/.gitignore
7 files changed, 15 insertions(+), 0 deletions(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  Corey Farrell: Looks good to me, but someone else must approve



diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b2ee250
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+asterisk-test-suite-report.xml
+/astroot
diff --git a/addons/.gitignore b/addons/.gitignore
new file mode 100644
index 0000000..a58c4ed
--- /dev/null
+++ b/addons/.gitignore
@@ -0,0 +1 @@
+starpy
diff --git a/asttest/.gitignore b/asttest/.gitignore
new file mode 100644
index 0000000..490074d
--- /dev/null
+++ b/asttest/.gitignore
@@ -0,0 +1,2 @@
+*.o
+asttest
diff --git a/asttest/lib/lua/.gitignore b/asttest/lib/lua/.gitignore
new file mode 100644
index 0000000..7ab6b3b
--- /dev/null
+++ b/asttest/lib/lua/.gitignore
@@ -0,0 +1,6 @@
+*_lua.h
+*-patched.stamp
+*.luac
+luafilesystem-1.4.2
+luasocket-2.0.2
+luaposix-5.1.4
diff --git a/asttest/self-tests/.gitignore b/asttest/self-tests/.gitignore
new file mode 100644
index 0000000..ddaa3fc
--- /dev/null
+++ b/asttest/self-tests/.gitignore
@@ -0,0 +1 @@
+asttest.log
diff --git a/asttest/tools/.gitignore b/asttest/tools/.gitignore
new file mode 100644
index 0000000..b4c8a9a
--- /dev/null
+++ b/asttest/tools/.gitignore
@@ -0,0 +1 @@
+mkstring
diff --git a/logs/.gitignore b/logs/.gitignore
new file mode 100644
index 0000000..13e4d83
--- /dev/null
+++ b/logs/.gitignore
@@ -0,0 +1 @@
+[^.]*

-- 
To view, visit https://gerrit.asterisk.org/8
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibedc56ac80bcb1981b66a6b514cf817f7423f6ec
Gerrit-PatchSet: 2
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Russell Bryant <russell at russellbryant.net>



More information about the asterisk-dev mailing list