diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-17 19:30:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-17 19:30:15 +0200 |
commit | 7c0dd8c4d52177f866d3c0c82952c1535f339ec2 (patch) | |
tree | 8e1321c37c3078fd031f7ecdd9e22637fdd1c34d /.gitignore | |
download | file2key-7c0dd8c4d52177f866d3c0c82952c1535f339ec2.tar.gz file2key-7c0dd8c4d52177f866d3c0c82952c1535f339ec2.tar.bz2 file2key-7c0dd8c4d52177f866d3c0c82952c1535f339ec2.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b635d07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.swo +*.swp +*.bak +*.o +*.out +*.su +*.gch + |