Marked various files as not executable.

Also updated the .gitignore file to ignore object code,
which is particularly useful when using this project as a
git submodule.
This commit is contained in:
Michael Sproul 2015-02-28 20:33:17 -08:00
parent 1058e3b2c0
commit fcf0b810ba
9 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
test
test
*.o

0
README.md Executable file → Normal file
View File

0
parson.c Executable file → Normal file
View File

0
parson.h Executable file → Normal file
View File

0
tests/test_1_1.txt Executable file → Normal file
View File

0
tests/test_1_2.txt Executable file → Normal file
View File

0
tests/test_1_3.txt Executable file → Normal file
View File

0
tests/test_2.txt Executable file → Normal file
View File

0
tests/test_2_comments.txt Executable file → Normal file
View File