We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1674277 commit 331e73fCopy full SHA for 331e73f
.gitignore
@@ -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
@@ -0,0 +1 @@
+lib.mak
lswm/.gitignore
+lswm
wmdemo/.gitignore
+wmdemo
wmgui/.gitignore
+wmgui
wminput/.gitignore
@@ -0,0 +1,5 @@
+action_enum.c
+lexer.c
+parser.c
+wminput
+y.tab.h
0 commit comments