diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-16 03:26:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-16 03:26:41 +0200 |
commit | 00603b20e3140a0c286a8d064c0d4b83493d46e3 (patch) | |
tree | d84063fa73dbe0b094cf1fa2d41cee9cddc5d527 /.gitignore | |
download | timeprefix-00603b20e3140a0c286a8d064c0d4b83493d46e3.tar.gz timeprefix-00603b20e3140a0c286a8d064c0d4b83493d46e3.tar.bz2 timeprefix-00603b20e3140a0c286a8d064c0d4b83493d46e3.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d29c0b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.o +*.out +*.su +*.gch |