[PATCH] gitignore: ignore editor-backup files and generated from sources in src/
Sept. 16, 2010
2:15 p.m.
Signed-off-by: Sergey V. <sftp.mtuci@gmail.com> --- .gitignore | 2 ++ src/.gitignore | 10 ++++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f54eb28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +\#*# diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..92b7fba --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,10 @@ +.tmp_versions + +*.o +*.ko +*.mod.c +*.o.cmd +*.ko.cmd + +Module.symvers +modules.order -- 1.7.1
5811
Age (days ago)
5811
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sergey V.