diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-06-12 14:24:05 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-06-12 14:24:59 -0300 |
commit | 3d2bc979db674f160b672013d1444ea0f991caf2 (patch) | |
tree | 08c9bd1679bd761c59cfd48667334f7dfb80e0f3 /.gitignore | |
parent | aab50301a6e22344eddff24fb65ae49ed379f7ff (diff) | |
download | efl-3d2bc979db674f160b672013d1444ea0f991caf2.tar.gz |
Document .gitignore split
This is taken verbatim from the linux kernel .gitignore
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5f951ec38..1a41bf1f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# *.edj *~ *swp |