summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-30 17:18:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-30 17:18:17 -0700
commitbdb90cf17664d0305049d2425f839d7952e5d0a9 (patch)
treeb560d1b2b12ccf28fb29cc3fef2279783ebee36e
parente4d3083006da530ddae4614d2cbb2bf9a431d633 (diff)
downloadtftp-hpa-bdb90cf17664d0305049d2425f839d7952e5d0a9.tar.gz
Add .gitignore file
Add .gitignore file so "git status" is actually useful. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a98dc8
--- /dev/null
+++ b/.gitignore
@@ -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
+*~
+\#*