Skip to content

Commit

Permalink
Extend .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Mar 7, 2012
1 parent c00ae62 commit c873b2d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
@@ -1,2 +1,26 @@
# Generated subdirectories # Generated subdirectories
/results/ /results/
# stolen from the Postgres .gitignore
# Global excludes across all subdirectories
*.o
*.so
*.so.[0-9]
*.so.[0-9].[0-9]
*.sl
*.sl.[0-9]
*.sl.[0-9].[0-9]
*.dylib
*.dll
*.a
*.mo
objfiles.txt
.deps/
*.gcno
*.gcda
*.gcov
*.gcov.out
lcov.info
*.vcproj
win32ver.rc
*.exe
lib*dll.def

0 comments on commit c873b2d

Please sign in to comment.