diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-14 19:17:54 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-14 19:17:54 -0700 |
commit | 7bfdaea6ad1bbe46fcd44064815b8aefee155675 (patch) | |
tree | 59ec75fcf2107983d4cbb5ef7d96b5cbbccda290 /.gitignore | |
parent | 1dbb885cfafb1bf3e72eea793701c98a6d7e3a7d (diff) | |
download | vyatta-op-7bfdaea6ad1bbe46fcd44064815b8aefee155675.tar.gz vyatta-op-7bfdaea6ad1bbe46fcd44064815b8aefee155675.zip |
ignore files generated by autoreconf and configure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4443d3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*~ +ChangeLog +INSTALL +Makefile.in +Makefile +aclocal.m4 +/autom4te.cache +/config +/configure +/config.log +/config.status +/etc/default/vyatta |