Skip to content

Commit 81cafe3

Browse files
committed
Update and consolidate git ignores
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
1 parent 87d9045 commit 81cafe3

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@ test-driver
1919
libtool
2020
ltmain.sh
2121

22+
*.a
23+
*.la
24+
*.lo
25+
*.logs
2226
*.o
27+
*.pc
28+
*.trs
29+
30+
.dirstamp
31+
.libs

build-aux/m4/.empty

Whitespace-only changes.

build-aux/m4/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*.m4

lib/.gitignore

-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
2-
libunivalue-uninstalled.pc
3-
libunivalue.pc
4-
libunivalue.a
51
gen
6-
72
.libs
8-
*.lo
9-
*.la
10-

test/.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
21
unitester
3-
4-
*.log
5-
*.trs
6-
7-
.libs

0 commit comments

Comments
 (0)