diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b7c628 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,39 @@ | |||
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 | *.patch | ||
14 | aclocal.m4 | ||
15 | config.h | ||
16 | config.log | ||
17 | config.sub | ||
18 | config.guess | ||
19 | config.status | ||
20 | configure | ||
21 | depcomp | ||
22 | install-sh | ||
23 | compile | ||
24 | main | ||
25 | ltmain.sh | ||
26 | missing | ||
27 | mkinstalldirs | ||
28 | libtool | ||
29 | *Makefile | ||
30 | stamp-h1 | ||
31 | src/.libs | ||
32 | *.pc | ||
33 | tools/.libs/* | ||
34 | tools/irecovery | ||
35 | .irecovery | ||
36 | udev/39-libirecovery.rules | ||
37 | .idea | ||
38 | .vscode | ||
39 | .DS_Store | ||