diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-05-26 23:58:06 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-05-27 00:13:12 -0700 |
commit | fc5d2adb3a0b4cae904563ccb6e24c8c8ac45614 (patch) | |
tree | 4affb09b344ef5eef9a12d5d005009de6836f8ed /.gitignore | |
parent | b9b8d96606e5c381344a2468b462473b3020a5a3 (diff) |
*: add rudimentary .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4365607 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.[oa] +*.swp +*.in +*~ +Makefile +.deps/ +.dirstamp +config.h +config.log +config.status +TAGS +tags +autom4te.cache/ +*.tar.gz +aclocal.m4 +ar-lib +compile +config.guess +config.sub +configure +depcomp +install-sh +missing +stamp-h1 |