Explorar el Código

Add foo.o and foo~ files to gitignore.

Nick Mathewson hace 15 años
padre
commit
029b8eb056
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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