diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccad36f --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | *.[oa] | ||
| 2 | *~ | ||
| 3 | *.po | ||
| 4 | *.lo | ||
| 5 | *.la | ||
| 6 | autom4te.cache/* | ||
| 7 | *.in | ||
| 8 | */.deps/* | ||
| 9 | m4/* | ||
| 10 | *.dll | ||
| 11 | *.so | ||
| 12 | *.dylib | ||
| 13 | *.exe | ||
| 14 | *.patch | ||
| 15 | aclocal.m4 | ||
| 16 | config.h | ||
| 17 | config.log | ||
| 18 | config.sub | ||
| 19 | config.guess | ||
| 20 | config.status | ||
| 21 | configure | ||
| 22 | depcomp | ||
| 23 | install-sh | ||
| 24 | compile | ||
| 25 | main | ||
| 26 | ltmain.sh | ||
| 27 | missing | ||
| 28 | mkinstalldirs | ||
| 29 | libtool | ||
| 30 | *Makefile | ||
| 31 | stamp-h1 | ||
| 32 | src/.libs | ||
| 33 | *.pc | ||
| 34 | tools/.libs/* | ||
| 35 | tools/irecovery | ||
| 36 | .irecovery | ||
| 37 | udev/39-libirecovery.rules | ||
| 38 | .idea | ||
| 39 | .vscode | ||
| 40 | .DS_Store | ||
