Skip to content

Commit 194d9dc

Browse files
Juergen KahrsJuergen Kahrs
Juergen Kahrs
authored and
Juergen Kahrs
committed
Created .gitignore so that the status command produces useful output.
1 parent e0fb543 commit 194d9dc

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ignore files that are created by a build.
2+
# For example objects and archives.
3+
*.[oa]
4+
5+
# Directories
6+
autom4te.cache
7+
.deps
8+
9+
# Single files.
10+
Makefile
11+
config.h
12+
config.log
13+
config.status
14+
dgawk
15+
gawk
16+
pgawk
17+
stamp-h1
18+

awklib/.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore files that are created by a build.
2+
# For example objects and archives.
3+
grcat
4+
group.awk
5+
igawk
6+
passwd.awk
7+
pwcat
8+

po/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore files that are created by a build.
2+
Makefile.in
3+
POTFILES
4+

0 commit comments

Comments
 (0)