diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-18 09:28:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-18 09:28:32 +0200 |
commit | 4a37270abf02e27494d5f8ae3c403b8dfb6dc640 (patch) | |
tree | 272917b3bd75d986b20aad737e2c652a4dae1c53 /.gitignore | |
download | scrotty-4a37270abf02e27494d5f8ae3c403b8dfb6dc640.tar.gz scrotty-4a37270abf02e27494d5f8ae3c403b8dfb6dc640.tar.bz2 scrotty-4a37270abf02e27494d5f8ae3c403b8dfb6dc640.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a660d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.o +*.out +*.su +*.gch + |