aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:35:14 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:35:14 +0000
commit01f1c8246b7b96b659519f824966c8793053fc75 (patch)
tree4dc14092fab62d8c1b67072b21533ed91b0279d8
parentea5ba0cd2596d77649bcce90bfc24f6765afcf3c (diff)
downloadc-stuff-01f1c8246b7b96b659519f824966c8793053fc75.tar.gz
c-stuff-01f1c8246b7b96b659519f824966c8793053fc75.tar.xz
c-stuff-01f1c8246b7b96b659519f824966c8793053fc75.zip
Some annotation.
-rw-r--r--.gitignore6
-rw-r--r--bacon.c5
-rw-r--r--clone1.c0
-rw-r--r--important-file.c5
-rw-r--r--python-indent_swapper.c2
5 files changed, 6 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 1f92605..587cfc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
*
-!*.*
-*.html
-*.xml
-*.out
-*.s
+!*.c
diff --git a/bacon.c b/bacon.c
deleted file mode 100644
index b7ed73e..0000000
--- a/bacon.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <beer.h>
-
-main () {
- beer("drink");
-}
diff --git a/clone1.c b/clone1.c
deleted file mode 100644
index e69de29..0000000
--- a/clone1.c
+++ /dev/null
diff --git a/important-file.c b/important-file.c
index 147f256..dfda78f 100644
--- a/important-file.c
+++ b/important-file.c
@@ -1,5 +1,6 @@
+// One has to wonder, what made this file so important in the first place.
#include <stdio.h>
main () {
- printf("test \n")
-}
+ printf("test \n")
+}
diff --git a/python-indent_swapper.c b/python-indent_swapper.c
index a39d450..b5e9a36 100644
--- a/python-indent_swapper.c
+++ b/python-indent_swapper.c
@@ -1,3 +1,5 @@
+// I don't remember ever writing this. I think this is copied straight from K&R.
+
#include<stdio.h>
#include<stdlib.h>