Skip to content

Commit

Permalink
Add .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Dec 26, 2009
1 parent 5f077ad commit 0be6a4b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Makefile
mkmf.log
src/**/Makefile
src/**/*.so
src/Makefile
src/*.so
src/conversions/*/plruby_*.so
test/*/test.out
test/*/test_mklang.sql
test/conv_bitstring/test_queries.sql
test/conv_geometry/test_queries.sql
test/conv_network/test_queries.sql
test/plp/test_setup.sql
test/plt/test_setup.sql
test/range/test.expected.73
test/range/test.expected.74
test/range/test.expected.75
test/range/test_queries.sql

0 comments on commit 0be6a4b

Please sign in to comment.