Skip to content

Commit 2fce623

Browse files
committed
Set ignored files. Use EOL settings.
1 parent 2a973a4 commit 2fce623

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* text=auto
2+
3+
*.css text
4+
*.diff text
5+
*.htm* text
6+
*.java text
7+
*.js text
8+
*.md text
9+
*.patch text
10+
*.txt text
11+
*.xml text
12+
13+
*.gif binary
14+
*.jpg binary
15+
*.png binary
16+
*.psp binary
17+
*.vsd binary

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
target
3+
*.iml

xstream-builder/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
target
3+
*.iml

xstream-distribution/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
target
3+
*.iml

xstream-hibernate/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
target
3+
*.iml

xstream/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.*
2+
target
3+
*.iml

0 commit comments

Comments
 (0)