diff options
| author | Stefan Esser | 2015-12-17 16:36:35 +0100 |
|---|---|---|
| committer | Stefan Esser | 2015-12-17 16:36:35 +0100 |
| commit | 3383a4033d3f93de63118d3f83313bf8483d6bb6 (patch) | |
| tree | 80860fb6e784759b5e9a3e929c5e141b5a901e73 | |
| parent | e6b517b39e939ccbd7457d6631c7fc2b00390507 (diff) | |
Dont forget this
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bdbb49 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | .deps | ||
| 2 | *.lo | ||
| 3 | *.la | ||
| 4 | .libs | ||
| 5 | acinclude.m4 | ||
| 6 | aclocal.m4 | ||
| 7 | autom4te.cache | ||
| 8 | build | ||
| 9 | config.guess | ||
| 10 | config.h | ||
| 11 | config.h.in | ||
| 12 | config.log | ||
| 13 | config.nice | ||
| 14 | config.status | ||
| 15 | config.sub | ||
| 16 | configure | ||
| 17 | configure.in | ||
| 18 | include | ||
| 19 | install-sh | ||
| 20 | libtool | ||
| 21 | ltmain.sh | ||
| 22 | Makefile | ||
| 23 | Makefile.fragments | ||
| 24 | Makefile.global | ||
| 25 | Makefile.objects | ||
| 26 | missing | ||
| 27 | mkinstalldirs | ||
| 28 | modules | ||
| 29 | run-tests.php | ||
| 30 | tests/*/*.diff | ||
| 31 | tests/*/*.out | ||
| 32 | tests/*/*.php | ||
| 33 | tests/*/*.exp | ||
| 34 | tests/*/*.log | ||
| 35 | tests/*/*.sh | ||
