diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2013-01-11 00:30:48 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2013-01-11 00:30:48 +0100 |
| commit | 36885e794a758d84ab75a905385dca0980c5e902 (patch) | |
| tree | 5e894f79bd06ef6a6b440a5bc748b42901784d3a /.gitignore | |
Initial commit
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..c9d63bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.deps +lib*.a +*.analyze +*.dSYM +*.o +*.plist +Makefile +Makefile.in +/aclocal.m4 +/autom4te.cache +/compile +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/configure +/depcomp +/install-sh +/missing +/stamp-h1 +/test-driver
\ No newline at end of file |
