Skip to content

Commit

Permalink
use explicit paths for ignoring compiled OSX & linux programs
Browse files Browse the repository at this point in the history
(otherwise changes in matching folders don't get picked up, e.g. in the `tx` folder)
  • Loading branch information
cjchapman committed Jul 27, 2018
1 parent 3b9b6cb commit 303544f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ htmlcov
.pytest_cache

# ignore the OSX and linux compiled programs
autohintexe
detype1
makeotfexe
mergefonts
rotatefont
sfntdiff
sfntedit
spot
tx
type1
c/build_all/autohintexe
c/build_all/detype1
c/build_all/makeotfexe
c/build_all/mergefonts
c/build_all/rotatefont
c/build_all/sfntdiff
c/build_all/sfntedit
c/build_all/spot
c/build_all/tx
c/build_all/type1

# ignore the temp build directories and files
*.o
Expand Down

0 comments on commit 303544f

Please sign in to comment.