소스 검색

added .gitignore

Johannes Ruehle 11 년 전
부모
커밋
185111fcb1
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      .gitignore

+ 15 - 0
.gitignore

@@ -0,0 +1,15 @@
+# Lines starting with '#' are considered comments.
+# Ignore any file named paper_occ.pdf
+#paper_occ.pdf
+# Ignore (generated) html files,
+#*.html
+#Ignore tex-specific files
+#
+#Think about whether or not to include the resulting moc files
+#*.moc
+# Definitely do not look for temporary files
+*~
+# except foo.html which is maintained by hand.
+#!foo.html
+# Ignore objects and archives.
+#*.[oa]