diff options
author | Nikias Bassen | 2009-12-15 14:01:34 +0100 |
---|---|---|
committer | Nikias Bassen | 2009-12-15 14:01:34 +0100 |
commit | 4ebd1f13a0151a80438890344c3fc1739cefd1c7 (patch) | |
tree | fc74cb7fa4c1f7653d414cc441da0c895aee3475 | |
parent | fe7f9c32c136406caa223aa840ac70034ef6a268 (diff) | |
download | sbmanager-4ebd1f13a0151a80438890344c3fc1739cefd1c7.tar.gz sbmanager-4ebd1f13a0151a80438890344c3fc1739cefd1c7.tar.bz2 |
Added .gitignore file
-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 |