diff options
author | Martin Szulecki | 2010-01-05 04:52:50 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-05 04:52:50 +0100 |
commit | e0cf27624accbcd49ff628919a2546685e3136d9 (patch) | |
tree | 0009f001df8e971813e363a2d8036caad261d3f0 /.gitignore | |
download | ideviceinstaller-e0cf27624accbcd49ff628919a2546685e3136d9.tar.gz ideviceinstaller-e0cf27624accbcd49ff628919a2546685e3136d9.tar.bz2 |
Commit initial sources
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58b2f17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# 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 +data/data.h |