Updated .gitignore to ignore *~ files and example object files

This commit is contained in:
alabid 2015-01-27 19:39:39 -05:00
parent ea7d0b943a
commit f8f040ccc7
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ make_config.mk
*.d-e
*.o-*
*.swp
*~
ldb
manifest_dump

2
examples/.gitignore vendored
View File

@ -1,2 +1,4 @@
column_families_example
simple_example
c_simple_example
compact_files_example