Explorar o 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 %!s(int64=16) %!d(string=hai) anos
pai
achega
b09d8a72d2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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