diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-07-24 23:06:16 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-07-24 23:06:16 +0200 |
commit | e55392fb99c1224750884740ebd047762fcadcaa (patch) | |
tree | 85b08f3bb7d91e473816956c20d94e67205b29e9 | |
parent | 1782f59161b19c43593815903b4226d5adfef737 (diff) | |
download | colorize-e55392fb99c1224750884740ebd047762fcadcaa.tar.gz colorize-e55392fb99c1224750884740ebd047762fcadcaa.tar.bz2 |
Modify .gitignore to match in project root
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -a.out -colorize -debug.txt -version.h +/a.out +/colorize +/debug.txt +/version.h |