Quellcode durchsuchen

Add foo.o and foo~ files to gitignore.

Nick Mathewson vor 15 Jahren
Ursprung
Commit
b06b95d81d
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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