소스 검색

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