added *.out to .gitignore
authorHarvie <tomas@mudrunka.cz>
Mon, 23 Aug 2010 22:53:25 +0000 (00:53 +0200)
committerHarvie <tomas@mudrunka.cz>
Mon, 23 Aug 2010 22:53:25 +0000 (00:53 +0200)
.gitignore
c/a.out [deleted file]

index 8949ab8f79003cf32ab4d950059cbbf23603ad15..d90f6764ea5a885b9f4ec490b2c5dc0b75f39a80 100644 (file)
@@ -11,6 +11,7 @@ src/
 *.EXE
 *.dll
 *.com
+*.out
 *.o
 *.so
 *.class
diff --git a/c/a.out b/c/a.out
deleted file mode 100755 (executable)
index 78fc2eb..0000000
Binary files a/c/a.out and /dev/null differ
This page took 0.115173 seconds and 4 git commands to generate.