Просмотр исходного кода

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.
Michael Sproul 11 лет назад
Родитель
Сommit
fcf0b810ba
2 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .gitignore
  2. 0 0
      README.md

+ 2 - 1
.gitignore

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