diff options
author | Nikias Bassen | 2009-12-15 14:33:11 +0100 |
---|---|---|
committer | Nikias Bassen | 2009-12-15 14:33:11 +0100 |
commit | 6a6e03d5963a6337e2e091cfed6c3ee3e63842be (patch) | |
tree | b0e7bcda3528418de19ef07d02dd11ec312d81ce /.gitignore | |
download | sbmanager-6a6e03d5963a6337e2e091cfed6c3ee3e63842be.tar.gz sbmanager-6a6e03d5963a6337e2e091cfed6c3ee3e63842be.tar.bz2 |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c6c3a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +*~ +*.po +*.lo +*.la +autom4te.cache/* +*.in +*/.deps/* +m4/* +*.swp +aclocal.m4 +config.h +config.log +config.sub +config.guess +config.status +configure +depcomp +install-sh +compile +main +ltmain.sh +missing +mkinstalldirs +libtool +*Makefile +stamp-h1 +src/.libs +src/sbmanager |