diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73b722c --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | # git-ls-files --others --exclude-from=.git/info/exclude | ||
| 2 | # Lines that start with '#' are comments. | ||
| 3 | # For a project mostly in C, the following would be a good set of | ||
| 4 | # exclude patterns (uncomment them if you want to use them): | ||
| 5 | *.[oa] | ||
| 6 | *~ | ||
| 7 | *.po | ||
| 8 | *.lo | ||
| 9 | *.la | ||
| 10 | autom4te.cache/* | ||
| 11 | *.in | ||
| 12 | */.deps/* | ||
| 13 | m4/* | ||
| 14 | swig/* | ||
| 15 | *.swp | ||
| 16 | aclocal.m4 | ||
| 17 | config.h | ||
| 18 | config.log | ||
| 19 | config.sub | ||
| 20 | config.guess | ||
| 21 | config.status | ||
| 22 | configure | ||
| 23 | depcomp | ||
| 24 | install-sh | ||
| 25 | compile | ||
| 26 | main | ||
| 27 | ltmain.sh | ||
| 28 | missing | ||
| 29 | mkinstalldirs | ||
| 30 | libtool | ||
| 31 | *Makefile | ||
| 32 | py-compile | ||
| 33 | stamp-h1 | ||
| 34 | src/.libs | ||
| 35 | src/ifuse | ||
| 36 | src/iphoneclient | ||
| 37 | src/lckd-client | ||
| 38 | src/libiphone-initconf | ||
| 39 | src/plutil | ||
| 40 | docs/* | ||
| 41 | libiphone-1.0.pc | ||
| 42 | dev/.libs/* | ||
| 43 | dev/afccheck | ||
| 44 | dev/iphoneclient | ||
| 45 | dev/iphonesyslog | ||
| 46 | dev/lckd-client | ||
| 47 | dev/msyncclient | ||
| 48 | tools/.libs/* | ||
| 49 | tools/iphone_id | ||
| 50 | tools/iphoneinfo | ||
| 51 | tools/iphonesyslog | ||
