Add .gitignore
[piplib.git] / .gitignore
blob95d6acd1987ddb6ea0e60027fa8626bda323e919
1 # Ignore objects and archives
2 *.[oa]
3 *.lo
4 *.la
6 .libs
7 example/example32
8 example/example64
9 example/exampleMP
11 .deps/
12 Makefile
13 Makefile.in
14 aclocal.m4
15 autoconf/
16 autom4te.cache/
17 config.log
18 config.status
19 configure
20 doc/Makefile
21 doc/Makefile.in
22 example/.deps/
23 example/Makefile
24 example/Makefile.in
25 genversion.sh
26 libtool
27 m4/libtool.m4
28 m4/ltoptions.m4
29 m4/ltsugar.m4
30 m4/ltversion.m4
31 m4/lt~obsolete.m4
32 test/Makefile
33 test/Makefile.in
34 version.h
36 pip32
37 pip64
38 pipMP