Add .gitignore file

Add .gitignore file so "git status" is actually useful.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2008-07-30 17:18:17 -07:00
parent e4d3083006
commit bdb90cf176

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
/MCONFIG
/aconfig.h
/aconfig.h.in
/autom4te.cache
/config.log
/config.status
/configure
/version.h
/tftp/tftp
/tftpd/tftpd
*.1
*.8
*.a
*.o
*~
\#*