fixed ignoring of src and pkg directories and disabled ignoring of src in java
authorHarvie <tomas@mudrunka.cz>
Fri, 11 Jun 2010 21:16:48 +0000 (23:16 +0200)
committerHarvie <tomas@mudrunka.cz>
Fri, 11 Jun 2010 21:16:48 +0000 (23:16 +0200)
.gitignore
java/.gitignore [new file with mode: 0644]

index 0c017a983d9b350b36d1f2d58c9d4c7eadfec58e..8949ab8f79003cf32ab4d950059cbbf23603ad15 100644 (file)
@@ -4,8 +4,8 @@ _*
 *.old
 *.part
 
-*/pkg/
-*/src/
+pkg/
+src/
 
 *.exe
 *.EXE
diff --git a/java/.gitignore b/java/.gitignore
new file mode 100644 (file)
index 0000000..30495e9
--- /dev/null
@@ -0,0 +1 @@
+!src/
This page took 0.113805 seconds and 4 git commands to generate.