diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-06 03:18:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-06 03:18:09 +0200 |
commit | 4041ff107f1f3e38e4d3a562507a95bf49c10975 (patch) | |
tree | a1da45b8b0d0ad2005c1292e37aec919beffb9cc | |
download | crt-calibrator-4041ff107f1f3e38e4d3a562507a95bf49c10975.tar.gz crt-calibrator-4041ff107f1f3e38e4d3a562507a95bf49c10975.tar.bz2 crt-calibrator-4041ff107f1f3e38e4d3a562507a95bf49c10975.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8af5f05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +_/ +bin/ +src/ +.* +!.git* +*~ +\#*\# +*.bak +*.swp +*.swo +*.o +*.su +*.out +*.gch + |