diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-14 01:54:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-14 01:54:34 +0200 |
commit | 9726809127d586896becab009a7024cd0bdc6b3e (patch) | |
tree | 57b2e7df8025ec34e14f0306640fd17ccfe7adb5 /.gitignore | |
download | bus-9726809127d586896becab009a7024cd0bdc6b3e.tar.gz bus-9726809127d586896becab009a7024cd0bdc6b3e.tar.bz2 bus-9726809127d586896becab009a7024cd0bdc6b3e.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..8350fba --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +_/ +obj/ +bin/ +\#*\# +.* +!.git* +*~ +*.o +*.out +*.su +*.gch + |