Bläddra i källkod

added .gitignore

Johannes Ruehle 11 år sedan
förälder
incheckning
0ea99bf60e
1 ändrade filer med 3 tillägg och 14 borttagningar
  1. 3 14
      .gitignore

+ 3 - 14
.gitignore

@@ -1,15 +1,4 @@
 # 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]
+
+# ignore unit test result xml files
+*Tests_testresults.xml