diff options
author | 2024-04-28 17:52:59 +0800 | |
---|---|---|
committer | 2024-05-18 21:53:21 +0200 | |
commit | d2374c3997dd4ddd8662ac08d2def458e8960f6f (patch) | |
tree | 602a5bb879d7748ffd8557888106bf24bb2671ef | |
parent | 8bed93c820909afe0b9290110f5f73fbe1125a23 (diff) | |
download | libimobiledevice-d2374c3997dd4ddd8662ac08d2def458e8960f6f.tar.gz libimobiledevice-d2374c3997dd4ddd8662ac08d2def458e8960f6f.tar.bz2 |
.gitignore: Ignore build target for afcclient
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ docs/html | |||
37 | libimobiledevice-1.0.pc | 37 | libimobiledevice-1.0.pc |
38 | tools/.libs/* | 38 | tools/.libs/* |
39 | tools/idevice* | 39 | tools/idevice* |
40 | tools/afcclient | ||
40 | !tools/idevice*.[ch] | 41 | !tools/idevice*.[ch] |
41 | cython/.libs/* | 42 | cython/.libs/* |
42 | cython/*.c | 43 | cython/*.c |