string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / .gitignore
index 869e1a3..946c7ec 100644 (file)
@@ -3,7 +3,7 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# NOTE! Please use 'git-ls-files -i --exclude-standard'
+# 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.
 #
 *.elf
 *.bin
 *.gz
+*.bz2
+*.lzma
+*.patch
+*.gcno
 
 #
 # Top-level generic files
@@ -49,6 +53,7 @@ include/linux/compile.h
 include/linux/version.h
 include/linux/utsrelease.h
 include/linux/bounds.h
+include/generated
 
 # stgit generated dirs
 patches-*
@@ -61,6 +66,12 @@ series
 cscope.*
 ncscope.*
 
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
 *.orig
 *~
 \#*#