Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 55ee65a

Browse files
committed
Add *.obj to .gitignore and add .gitattributes
1 parent 35269a6 commit 55ee65a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Normalize EOL for all files that Git considers text files
2+
* text=auto eol=lf

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ data_*/
1111
# General c++ generated files
1212
*.lib
1313
*.o
14+
*.obj
1415
*.ox
1516
*.a
1617
*.ax
@@ -40,4 +41,3 @@ data_*/
4041

4142
# CLion
4243
.idea/
43-

0 commit comments

Comments
 (0)