Skip to content
Snippets Groups Projects
Commit c60b9ab4 authored by James Simmons's avatar James Simmons Committed by Oleg Drokin
Browse files

LU-7174 build: add build by products to .gitignore


While testing patches other non-patch related build
by products show up with git status. To avoid adding
these by accident place thes by product files in the
proper .gitignore files.

Change-Id: Ie2df9c2c7fd19c95e2b990d93db623826ee82c24
Signed-off-by: default avatarJames Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/16458


Reviewed-by: default avatarBob Glossman <bob.glossman@intel.com>
Tested-by: Jenkins
Reviewed-by: default avatarDmitry Eremin <dmitry.eremin@intel.com>
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent 144b5a65
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
*.orig *.orig
*.rej *.rej
*.s *.s
*-stamp
*.so *.so
*.swp *.swp
*.unsigned *.unsigned
...@@ -47,6 +48,7 @@ config.log ...@@ -47,6 +48,7 @@ config.log
config.status config.status
config.sub config.sub
configure configure
debs
depcomp depcomp
install-sh install-sh
Makefile Makefile
......
/*.log
/*.substvars
/files /files
/linux-patch-lustre /linux-patch-lustre
/lustre-dev /lustre-dev
...@@ -7,4 +9,3 @@ ...@@ -7,4 +9,3 @@
/lustre-utils /lustre-utils
/lustre-utils.substvars /lustre-utils.substvars
/tmp /tmp
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
/lustre-pdf.log /lustre-pdf.log
/lustre-pdf.out /lustre-pdf.out
/lustre-pdf.toc /lustre-pdf.toc
/*.3
/*.7
/*.eps /*.eps
/lustre.lyx /lustre.lyx
/*.tex /*.tex
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
/cmknod /cmknod
/copy_attr /copy_attr
/copytool /copytool
/llapi_fid_test
/llapi_hsm_test
/llapi_layout_test /llapi_layout_test
/createdestroy /createdestroy
/createmany /createmany
...@@ -21,6 +23,7 @@ ...@@ -21,6 +23,7 @@
/flocks_test /flocks_test
/fsx /fsx
/getdents /getdents
/group_lock_test
/listxattr_size_check /listxattr_size_check
/iopentest1 /iopentest1
/iopentest2 /iopentest2
...@@ -53,6 +56,7 @@ ...@@ -53,6 +56,7 @@
/openfilleddirunlink /openfilleddirunlink
/openme /openme
/openunlink /openunlink
/orphan_linkea_check
/ostactive /ostactive
/reads /reads
/rename_many /rename_many
...@@ -60,6 +64,7 @@ ...@@ -60,6 +64,7 @@
/runas /runas
/rwv /rwv
/sendfile /sendfile
/sendfile_grouplock
/setuid /setuid
/sleeptest /sleeptest
/small_write /small_write
......
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