Add .gitignore files

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-07 16:19:54 -05:00
parent c7187e5f92
commit f6e47a4dd1
3 changed files with 28 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
*.a
*.o
*.pb.cc
*.pb.h
.deps
Makefile
Makefile.in
/INSTALL
/aclocal.m4
/autom4te.cache
/config.h
/config.h.in
/config.log
/config.status
/configure
/depcomp
/install-sh
/missing
/mosh-*.tar.gz
/stamp-h1
+5
View File
@@ -0,0 +1,5 @@
/decrypt
/encrypt
/ntester
/parse
/termemu
+2
View File
@@ -0,0 +1,2 @@
/mosh-client
/mosh-server