diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-05-16 15:43:33 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-05-16 15:43:33 +0200 |
commit | 2a4bb27b1d51c9d63f53cbdd44ee2a92b8012e94 (patch) | |
tree | 22bbb3ebc9634d897ce42013d1daf54fd8438dcc /.gitignore | |
parent | 6261571979a8192e1f7f5b719fb058218235331b (diff) | |
download | colorize-2a4bb27b1d51c9d63f53cbdd44ee2a92b8012e94.tar.gz colorize-2a4bb27b1d51c9d63f53cbdd44ee2a92b8012e94.tar.bz2 |
Add initial .gitignore
Thanks Elias Diem
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bdfc1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +a.out +colorize +debug.txt +version.h |