aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-06-11 14:03:05 -0700
committerGitHub <[email protected]>2017-06-11 14:03:05 -0700
commit4b20ee479f2101b691e2254de3228ce9e60c6377 (patch)
treeac9a5aaadafc476874fc291c255db1597388e88d
parent6a75247ac9a93fefa9a77262f2bd7b41444a343e (diff)
parent8f7f5ef45e578874feb305895df724db227dc12d (diff)
downloadhistacom2-4b20ee479f2101b691e2254de3228ce9e60c6377.tar.gz
histacom2-4b20ee479f2101b691e2254de3228ce9e60c6377.tar.bz2
histacom2-4b20ee479f2101b691e2254de3228ce9e60c6377.zip
Merge pull request #90 from lempamo/master
gitignore
-rw-r--r--.gitignore29
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