diff options
author | Greg Kroah-Hartman <[email protected]> | 2011-12-09 11:23:46 -0800 |
---|---|---|
committer | James Morris <[email protected]> | 2011-12-12 17:23:18 +1100 |
commit | 735e93c70434614bffac4a914ca1da72e37d43c0 (patch) | |
tree | 45f922c538fcfba5fd17c6889e573135250bed12 | |
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 <[email protected]>
Cc: Tetsuo Handa <[email protected]>
Cc: James Morris <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Tetsuo Handa <[email protected]>
Signed-off-by: James Morris <[email protected]>
-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 000000000000..5caf1a6f5907 --- /dev/null +++ b/security/tomoyo/.gitignore @@ -0,0 +1,2 @@ +builtin-policy.h +policy/ |