diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-09 11:23:46 -0800 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-12-12 17:23:18 +1100 |
commit | 735e93c70434614bffac4a914ca1da72e37d43c0 (patch) | |
tree | 45f922c538fcfba5fd17c6889e573135250bed12 /security | |
parent | bb80d880ad2b11cd4ea5f28f815016b1548224a4 (diff) |
Security: tomoyo: add .gitignore file
This adds the .gitignore file for the autogenerated TOMOYO files to keep
git from complaining after building things.
Cc: Kentaro Takeda <takedakn@nttdata.co.jp>
Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tomoyo/.gitignore b/security/tomoyo/.gitignore new file mode 100644 index 00000000000..5caf1a6f590 --- /dev/null +++ b/security/tomoyo/.gitignore @@ -0,0 +1,2 @@ +builtin-policy.h +policy/ |