diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2017-05-01 12:02:08 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2017-05-01 12:02:08 +0200 |
commit | 677c370834102ae43ce19d0931cc98d8267dacc5 (patch) | |
tree | 80f5ee66e9c7d36a886c8a87afca073765083800 /.gitignore | |
download | avrFloppy-677c370834102ae43ce19d0931cc98d8267dacc5.tar.gz |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..176c449 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Thumbs.db +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.sln.docstates +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.vssscc +$tf*/
\ No newline at end of file |