Browse Source

added .gitignore

FlorianPalm 10 years ago
parent
commit
eae013cf74
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+tignore
+    # exclude everything except directory foo/bar
+    .log
+    .guess
+    .in
+    Makefile
+    !/foo
+    /foo/*
+    !/foo/bar