Skip to content

Commit d3f1cc3

Browse files
committed
Add .gitattributes and .gitignore
1 parent 99cee6a commit d3f1cc3

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[D|d]ebug/
2+
[R|r]elease/
3+
bin/
4+
obj/
5+
ipch/
6+
x64/
7+
*.diff
8+
*.exe
9+
*.o
10+
*.opensdf
11+
*.rej
12+
*.sdf
13+
*.suo
14+
*.user

0 commit comments

Comments
 (0)