summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-26 16:39:27 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-26 16:43:43 +0200
commita0111289ba0b4cf61b474b31c0a4ac1c73020a8b (patch)
treec6da08730760b09e7ff2dc50232cde8617a18754
parent161831a77ae7e9adfc440f3319b87ec7a4fe7ad1 (diff)
downloadefl-a0111289ba0b4cf61b474b31c0a4ac1c73020a8b.tar.gz
gitignore: ignore assh generated files.
-rw-r--r--src/static_libs/assh/.gitignore9
-rw-r--r--src/static_libs/assh/examples/.gitignore3
-rw-r--r--src/static_libs/assh/src/assh/.gitignore1
-rw-r--r--src/static_libs/assh/test/.gitignore6
4 files changed, 19 insertions, 0 deletions
diff --git a/src/static_libs/assh/.gitignore b/src/static_libs/assh/.gitignore
new file mode 100644
index 0000000000..cb8aca3638
--- /dev/null
+++ b/src/static_libs/assh/.gitignore
@@ -0,0 +1,9 @@
+/INSTALL
+/assh.pc
+/autom4te.cache/
+/config.status
+/libtool
+/stamp-h1
+/config.h
+
+ \ No newline at end of file
diff --git a/src/static_libs/assh/examples/.gitignore b/src/static_libs/assh/examples/.gitignore
new file mode 100644
index 0000000000..97a9a57183
--- /dev/null
+++ b/src/static_libs/assh/examples/.gitignore
@@ -0,0 +1,3 @@
+/client
+/keygen
+/server
diff --git a/src/static_libs/assh/src/assh/.gitignore b/src/static_libs/assh/src/assh/.gitignore
new file mode 100644
index 0000000000..90f8f9e9cd
--- /dev/null
+++ b/src/static_libs/assh/src/assh/.gitignore
@@ -0,0 +1 @@
+/assh_config.h \ No newline at end of file
diff --git a/src/static_libs/assh/test/.gitignore b/src/static_libs/assh/test/.gitignore
new file mode 100644
index 0000000000..cef4dec0b1
--- /dev/null
+++ b/src/static_libs/assh/test/.gitignore
@@ -0,0 +1,6 @@
+/bignum
+/connection
+/dsa
+/hash
+/kex
+/signature