From a3caea5f154ccb4f33e4d97141adad7d26f77755 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Mon, 28 Jun 2010 16:12:35 -0700 Subject: [PATCH] Add missing .gitgnore files from new pthread directories. --- lnet/utils/pthread/.gitignore | 4 ++++ lustre/scripts/.gitignore | 1 + lustre/utils/pthread/.gitignore | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 lnet/utils/pthread/.gitignore create mode 100644 lustre/utils/pthread/.gitignore diff --git a/lnet/utils/pthread/.gitignore b/lnet/utils/pthread/.gitignore new file mode 100644 index 0000000..c3e52a2 --- /dev/null +++ b/lnet/utils/pthread/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/Makefile.in +/.deps +/lstclient diff --git a/lustre/scripts/.gitignore b/lustre/scripts/.gitignore index 01a3d4a..498ec14 100644 --- a/lustre/scripts/.gitignore +++ b/lustre/scripts/.gitignore @@ -25,3 +25,4 @@ /lustre_config /lustre_createcsv /lustre_start +/tree_status.pl diff --git a/lustre/utils/pthread/.gitignore b/lustre/utils/pthread/.gitignore new file mode 100644 index 0000000..6c9c689 --- /dev/null +++ b/lustre/utils/pthread/.gitignore @@ -0,0 +1,6 @@ +/Makefile +/Makefile.in +/.deps +/lctl +/lfs +/loadgen -- 1.8.3.1