diff options
| author | Simon Tatham <anakin@pobox.com> | 2014-10-27 21:58:10 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2014-10-27 21:58:10 +0000 |
| commit | 3017455259f955e6257381e449419fea780a40f2 (patch) | |
| tree | 7e78241ae2df9941543ec65499f70eb7c36b77b5 | |
| parent | 8b62420aa4404b45f33a5694d1550df8e4357e5a (diff) | |
| download | puzzles-3017455259f955e6257381e449419fea780a40f2.zip puzzles-3017455259f955e6257381e449419fea780a40f2.tar.gz puzzles-3017455259f955e6257381e449419fea780a40f2.tar.bz2 puzzles-3017455259f955e6257381e449419fea780a40f2.tar.xz | |
Some more .gitignore updates.
Ignore a few things that turn up in the icons subdirectory.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,4 @@ +*.o /Makefile* /blackbox /bridges @@ -65,7 +66,6 @@ /untangle /*.exe /*.obj -/*.o /*.map /*.rsp /*notes @@ -112,6 +112,8 @@ /icons/*.ico /icons/*.rc /icons/*-icon.c +/icons/.deps +/icons/.dirstamp /unfinished/divvy /unfinished/group /unfinished/numgame |