Skip to content
Snippets Groups Projects
Commit 836f9f08 authored by Andreas Dilger's avatar Andreas Dilger Committed by Oleg Drokin
Browse files

LU-835 build: skip generated files in .gitignore


Skip files automatically generated during builds on FC-13.

Signed-off-by: default avatarAndreas Dilger <adilger@whamcloud.com>
Change-Id: I1cff9a351137145bb87a89460d0a1b54fae29e2c
Reviewed-on: http://review.whamcloud.com/1681


Tested-by: Hudson
Tested-by: default avatarMaloo <whamcloud.maloo@gmail.com>
Reviewed-by: default avatarOleg Drokin <green@whamcloud.com>
parent 2a50b6bf
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,12 @@ ...@@ -16,7 +16,12 @@
*.[oasi] *.[oasi]
*.so *.so
*~ *~
*.dSYM
*.swp *.swp
*.orig
*.rej
*.unsigned
modules.order
.DS_Store .DS_Store
# #
...@@ -56,7 +61,6 @@ ...@@ -56,7 +61,6 @@
/Module.markers /Module.markers
/Module.symvers /Module.symvers
/Module.symvers.old /Module.symvers.old
/modules.order
/Modules.symvers /Modules.symvers
/patches /patches
/Rules /Rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment