Matt Colyer | 974754a | 2009-11-19 12:06:49 -0800 | [diff] [blame] | 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 |
Martin Szulecki | 16bfc83 | 2010-02-02 11:42:57 +0100 | [diff] [blame] | 16 | *.patch |
Matt Colyer | 974754a | 2009-11-19 12:06:49 -0800 | [diff] [blame] | 17 | aclocal.m4 |
| 18 | config.h |
| 19 | config.log |
| 20 | config.sub |
| 21 | config.guess |
| 22 | config.status |
| 23 | configure |
| 24 | depcomp |
| 25 | install-sh |
| 26 | compile |
| 27 | main |
| 28 | ltmain.sh |
| 29 | missing |
| 30 | mkinstalldirs |
| 31 | libtool |
| 32 | *Makefile |
| 33 | py-compile |
| 34 | stamp-h1 |
| 35 | src/.libs |
Martin Szulecki | c25847a | 2010-03-13 19:49:52 +0100 | [diff] [blame] | 36 | docs/html |
Martin Szulecki | 16bfc83 | 2010-02-02 11:42:57 +0100 | [diff] [blame] | 37 | libimobiledevice-1.0.pc |
Matt Colyer | 974754a | 2009-11-19 12:06:49 -0800 | [diff] [blame] | 38 | tools/.libs/* |
Martin Szulecki | fb12dc8 | 2020-06-15 17:53:51 +0200 | [diff] [blame] | 39 | tools/idevice* |
| 40 | !tools/idevice*.[ch] |
Bryan Forbes | fd3f921 | 2010-03-16 03:40:55 -0500 | [diff] [blame] | 41 | cython/.libs/* |
| 42 | cython/*.c |
Andrew Udvare | 75e04d0 | 2014-02-16 19:09:18 -0800 | [diff] [blame] | 43 | doxygen.cfg |