diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2015-06-19 21:58:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2015-06-19 21:58:50 -0400 |
commit | ad628c395cc45add3e3a87f21250cbd0df1d860e (patch) | |
tree | 33bd7604de837c2ea0037eadf0d841476bca3d3b /.gitignore | |
parent | 3748fa7d7a977f4e31c52ec8b4e66aa9e736342b (diff) | |
download | bfs-ad628c395cc45add3e3a87f21250cbd0df1d860e.tar.xz |
Ignore .d files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ *.o +*.d /bfs |