diff --git a/.gitignore b/.gitignore index 8963476..8743bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -test \ No newline at end of file +test +*.o diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/parson.c b/parson.c old mode 100755 new mode 100644 diff --git a/parson.h b/parson.h old mode 100755 new mode 100644 diff --git a/tests/test_1_1.txt b/tests/test_1_1.txt old mode 100755 new mode 100644 diff --git a/tests/test_1_2.txt b/tests/test_1_2.txt old mode 100755 new mode 100644 diff --git a/tests/test_1_3.txt b/tests/test_1_3.txt old mode 100755 new mode 100644 diff --git a/tests/test_2.txt b/tests/test_2.txt old mode 100755 new mode 100644 diff --git a/tests/test_2_comments.txt b/tests/test_2_comments.txt old mode 100755 new mode 100644