diff options
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9742351 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | *.o | ||
| 2 | *.lo | ||
| 3 | *.la | ||
| 4 | Makefile | ||
| 5 | config.h | ||
| 6 | config.log | ||
| 7 | config.status | ||
| 8 | libsylph/.deps/ | ||
| 9 | libsylph/.libs/ | ||
| 10 | libtool | ||
| 11 | plugin/attachment_tool/.deps/ | ||
| 12 | plugin/attachment_tool/.libs/ | ||
| 13 | plugin/test/.deps/ | ||
| 14 | plugin/test/.libs/ | ||
| 15 | po/Makefile.in | ||
| 16 | po/POTFILES | ||
| 17 | src/.deps/ | ||
| 18 | src/.libs/ | ||
| 19 | src/sylpheed | ||
| 20 | src/sylpheed.rc | ||
| 21 | stamp-h1 | ||
