diff options
| author | 2009-12-10 23:30:04 -0500 | |
|---|---|---|
| committer | 2009-12-10 23:48:44 -0500 | |
| commit | 68411a4da471017c447ac951166d4471ef215118 (patch) | |
| tree | 41fbe4d18288341f3b573db1628d8d0b2e7a68c4 /.gitignore | |
| parent | 4a23b85bf1e05ed218572079046ee6a26bdfeeda (diff) | |
added m4 submodule and setup git ignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f7596 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | /aclocal.m4 | ||
| 2 | /autom4te.cache | ||
| 3 | /config.h* | ||
| 4 | /config.nice | ||
| 5 | /config.status | ||
| 6 | /config.log | ||
| 7 | .libs | ||
| 8 | Makefile | ||
| 9 | /configure | ||
| 10 | /stamp-h* | ||
| 11 | *.o | ||
| 12 | *.lo | ||
| 13 | *.slo | ||
| 14 | *.la | ||
