Update .gitignore to ignore *.orig files too
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 7 Apr 2015 18:25:02 +0000 (11:25 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 26 May 2015 16:03:10 +0000 (16:03 +0000)
Change-Id: I9a75ad8521ae4e5cbbe5ffff13d2ce8696e14c83
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1101
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
.gitignore

index d0fbb21..5042841 100644 (file)
@@ -94,6 +94,7 @@ build_common/arduino/extlibs/arduino/arduino-1.5.8
 # Ignore editor (e.g. Emacs) backup and autosave files
 *~
 *#*#
+*.orig
 
 # Ignore byte-compiled Python scripts
 *.pyc