added .gitignore files, ready for the switch
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
ltmain.sh
|
||||
missing
|
||||
.libs
|
||||
.deps
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
*.l[ao]
|
||||
*.[ao]
|
||||
y.tab.[ch]
|
||||
lex.yy.c
|
||||
*keywords.c
|
||||
@@ -0,0 +1,6 @@
|
||||
bin2array
|
||||
bin2sql
|
||||
id2sql
|
||||
key2keyid
|
||||
keyid2sql
|
||||
thread_analysis
|
||||
@@ -0,0 +1 @@
|
||||
_copyright
|
||||
@@ -0,0 +1 @@
|
||||
_updown
|
||||
@@ -0,0 +1 @@
|
||||
charon
|
||||
@@ -0,0 +1 @@
|
||||
ipsec
|
||||
@@ -0,0 +1 @@
|
||||
oid.[ch]
|
||||
@@ -0,0 +1 @@
|
||||
openac
|
||||
@@ -0,0 +1,2 @@
|
||||
pluto
|
||||
_pluto_adns
|
||||
@@ -0,0 +1 @@
|
||||
scepclient
|
||||
@@ -0,0 +1 @@
|
||||
starter
|
||||
@@ -0,0 +1 @@
|
||||
stroke
|
||||
@@ -0,0 +1 @@
|
||||
whack
|
||||
@@ -0,0 +1 @@
|
||||
do-tests
|
||||
Reference in New Issue
Block a user