diff options
| author | lempamo <[email protected]> | 2017-06-11 17:01:23 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-06-11 17:01:23 -0400 |
| commit | 8f7f5ef45e578874feb305895df724db227dc12d (patch) | |
| tree | 8f0bf638496741cde7b09e7bac618491bbe85d8e /.gitignore | |
| parent | 215f1ba784509dcb4783b7f4f9f64fb637eba98a (diff) | |
| download | histacom2-8f7f5ef45e578874feb305895df724db227dc12d.tar.gz histacom2-8f7f5ef45e578874feb305895df724db227dc12d.tar.bz2 histacom2-8f7f5ef45e578874feb305895df724db227dc12d.zip | |
gitignore
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..f5e56e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +[Dd]ebug/
+[Dd]ebugPublic/
+x86/
+obj/
+*.suo
+*_i.c
+*_p.c
+*_i.h
+*.ilk
+*.meta
+*.obj
+*.pch
+*.pdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
\ No newline at end of file |
