Sfoglia il codice sorgente

Add foo.o and foo~ files to gitignore.

Nick Mathewson 15 anni fa
parent
commit
029b8eb056
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

@@ -1,6 +1,10 @@
-# Global ignores
+# Editor droppings
 \#*\#
 .#*
+*~
+# C stuff
+*.o
+# Diff droppings
 *.orig
 *.rej
 # gcov stuff