diff options
author | Stef Walter <stef@thewalter.net> | 2010-10-18 19:59:21 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-10-18 21:16:43 +0000 |
commit | 28173f3e2037a37cdd6d6afe7f1b084e216df1ca (patch) | |
tree | 7f2bc3720450721182d3b9852a1326728a372de1 /.gitignore | |
parent | e021152e8e0b66776f743900a7b481d3cdff772c (diff) |
A few changes to the project after move to git.
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..0ff01ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +aclocal.m4 +autom4te.cache +compile +config.h +config.h.in* +config.log +config.status +configure +depcomp +install-sh +Makefile +Makefile.in +missing +mkinstalldirs +stamp-* +trash +.cdtproject +.project +*.tar.gz +.* +*.o + +/src/scrounge-ntfs |