diff options
| author | Stef Walter <stef@thewalter.net> | 2010-10-28 01:05:14 +0000 |
|---|---|---|
| committer | Stef Walter <stef@thewalter.net> | 2011-01-23 15:47:45 -0600 |
| commit | be6176d7ef5272d7b26ef4d9a1ecd8763fc91488 (patch) | |
| tree | cc32ee6aaea027c07447bbc194fd558cabd34390 /.gitignore | |
| parent | 2ada2c782d10375c51525f24e521bf213882177f (diff) | |
Reorganize to better match git.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85d1db9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.o +.deps +Makefile +Makefile.in +.project +.cproject +.settings + +/install-sh +/configure +/config.sub +/config.status +/config.log +/config.h.in +/depcomp +/stamp-h1 +/src/proxsmtpd +/missing +/config.h +/config.guess +/autom4te.cache +/aclocal.m4 |
