Explorar el Código

.gitignore: add backup files

Add *.orig and *~ backup files to gitignore.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
H Hartley Sweeten hace 16 años
padre
commit
b09d8a72d2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -9,3 +9,5 @@
 /.config
 *.depend
 *.o
+*.orig
+*~