diff options
author | Stef Walter <stefw@redhat.com> | 2013-04-18 22:11:33 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-04-19 08:05:04 +0200 |
commit | 9fc8444f2c4aca8a551f1300d734742b7d99be00 (patch) | |
tree | ce7a192feea559e1b2351bc5ac56b80e804b734b /.gitignore | |
parent | 22bfb1beeb9c7fbcdc814798d361e28b3b81f971 (diff) |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4fa9bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.settings +.project +.cproject + +*.o +.deps +.libs +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache/ +/config.h +/config.h.in +/config.log +/config.status +/configure +/depcomp +/install-sh +/missing +/stamp-h1 + +/src/rtfx |