diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-16 18:45:22 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-16 18:45:22 -0400 |
commit | 684f172537d838cb85ade3480600325d50a6c544 (patch) | |
tree | 9ca6a98c36906d2d99fd69ba5ebb4d6e3ff779ba /.gitignore | |
parent | ed029f79066c8566e313794a6f66ae4c73614acc (diff) |
use relative paths when opening files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # ignore temporary files *~ +*.txt # ignore logs and configuration files *.out |