Signed-off-by: Ryusuke Konishi <ryusuke@xxxxxxxx> --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..44df3a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. + +# +# Normal rules +# +.* +*.log +*~ +*.pyc +*.orig +*.rej + +!.gitignore +tags +TAGS +GPATH +GRTAGS +GSYMS +GTAGS + +# +# Generated files +# +build +dist +*.egg-info + -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html