Преглед изворни кода

Add foo.o and foo~ files to gitignore.

Nick Mathewson пре 15 година
родитељ
комит
029b8eb056
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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