Selaa lähdekoodia

Add foo.o and foo~ files to gitignore.

Nick Mathewson 16 vuotta sitten
vanhempi
commit
b06b95d81d
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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