Skip to content

Commit 2e35b85

Browse files
committed
Fix build dir properly
1 parent 39c55c3 commit 2e35b85

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*~
44
*Makefile.am
55
*-icons/
6-
build/
76
enlightenment-elementary/*-dm*
87
enlightenment-elementary/img-bgnd/
98
enlightenment-elementary/img-color-convd/

build/e/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.edj

build/icons/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*-icons/

build/pkg/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tar.xz

build/term/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.edj

0 commit comments

Comments
 (0)