Sfoglia il codice sorgente

.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 16 anni fa
parent
commit
b09d8a72d2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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