Skip to content

Commit 331e73f

Browse files
committed
gitignores
1 parent 1674277 commit 331e73f

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.d
2+
*.o
3+
*.a
4+
*.pc
5+
*.so
6+
*.so.*
7+
Makefile
8+
aclocal.m4
9+
autom4te.cache
10+
config.*
11+
configure
12+
defs.mak

common/include/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib.mak

lswm/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lswm

wmdemo/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wmdemo

wmgui/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wmgui

wminput/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
action_enum.c
2+
lexer.c
3+
parser.c
4+
wminput
5+
y.tab.h

0 commit comments

Comments
 (0)