Skip to content

Commit

Permalink
A *hopefully* complete gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed Apr 7, 2011
1 parent 23dea7e commit 158a0c1
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
*.a
*.bundle
*.lo
*.o
*.so
*.xmlh
autom4te.cache
configure
.configure.*
config.log
config.status
Makefile
sql/reconnoiter_ddl_dump.sql
src/noitd
src/noit.conf
src/test-noit.conf
src/stratcond
src/stratcon.conf
src/test-stratcon.conf
src/java/jezebel
src/java/run-iep.sh
src/java/jezebel.jar
src/java/reconnoiter.jar
src/java/com/omniti/jezebel/*.class
src/java/com/omniti/jezebel/*/*.class
src/java/com/omniti/reconnoiter/*.class
src/java/com/omniti/reconnoiter/*/*.class
src/jlog/jlog_config.h
src/jlog/perl/Makefile.PL
src/man/*.8
src/man/*.h
src/module-online.h
src/noit_config.h
src/scripts/noit-config
src/udns/udns_codes.c
src/utils/dtrace_probes.h
test/00.pem
test/01.pem
test/02.pem
test/03.pem
test/badclient.crt
test/badclient.csr
test/badclient.key
test/client.crt
test/client.csr
test/client.key
test/demoCA/
test/test-ca.crl
test/test-ca.crt
test/test-ca.csr
test/test-ca.key
test/test-noit.crt
test/test-noit.csr
test/test-noit.key
test/test-stratcon.crt
test/test-stratcon.csr
test/test-stratcon.key
test/t/logs

0 comments on commit 158a0c1

Please sign in to comment.