diff options
author | Martin Szulecki | 2020-06-15 17:53:51 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 17:53:51 +0200 |
commit | fb12dc890929dde2c81468854aa4bdee128c6b24 (patch) | |
tree | a0af7a8e29206895c53c073e62c7a6975ef89563 /.gitignore | |
parent | 66f5936ed0a72e137e646afbc9c799fefb15c346 (diff) | |
download | libimobiledevice-fb12dc890929dde2c81468854aa4bdee128c6b24.tar.gz libimobiledevice-fb12dc890929dde2c81468854aa4bdee128c6b24.tar.bz2 |
Use patterns instead of listing each tool binary in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -36,24 +36,8 @@ src/.libs docs/html libimobiledevice-1.0.pc tools/.libs/* -tools/idevice_id -tools/ideviceinfo -tools/idevicesyslog -tools/idevicebackup -tools/ideviceimagemounter -tools/idevicescreenshot -tools/idevicebackup2 -tools/idevicedate -tools/idevicedebugserverproxy -tools/idevicediagnostics -tools/ideviceenterrecovery -tools/idevicename -tools/idevicepair -tools/ideviceprovision -tools/idevicecrashreport -tools/idevicedebug -tools/idevicenotificationproxy -tools/idevicesetlocation +tools/idevice* +!tools/idevice*.[ch] cython/.libs/* cython/*.c doxygen.cfg |