diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
1 files changed, 37 insertions, 2 deletions
| @@ -1,3 +1,38 @@ | |||
| 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] | ||
| 1 | *~ | 6 | *~ |
| 2 | build | 7 | *.po |
| 3 | 8 | *.lo | |
| 9 | *.la | ||
| 10 | autom4te.cache/* | ||
| 11 | *.in | ||
| 12 | */.deps/* | ||
| 13 | m4/* | ||
| 14 | swig/* | ||
| 15 | *.swp | ||
| 16 | *.patch | ||
| 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 | ||
| 36 | src/usbmuxd | ||
| 37 | udev/39-usbmuxd.rules | ||
| 38 | systemd/usbmuxd.service | ||
