Move internal headers to 'src/' dir
[lttng-ust.git] / .gitignore
index 7bf195fbaa0b04c2675b3daa748f707b54f32d0f..37d46f9fd5fcc4bbf16710abd0604b771f5110a5 100644 (file)
@@ -19,9 +19,6 @@ cscope.*
 /configure
 /aclocal.m4
 /autom4te.cache
-/include/config.h
-/include/config.h.in
-/include/stamp-h1
 /include/lttng/stamp-h2
 /include/lttng/stamp-h3
 /include/lttng/ust-version.h
@@ -49,8 +46,11 @@ cscope.*
 /config.status
 /libtool
 
-/src/lttng-ust.pc
+/src/common/config.h
+/src/common/config.h.in
+/src/common/stamp-h1
 /src/lttng-ust-ctl.pc
+/src/lttng-ust.pc
 
 /doc/examples/demo/demo
 /doc/examples/easy-ust/sample
@@ -123,6 +123,7 @@ cscope.*
 /doc/examples/Makefile
 /doc/man/Makefile
 /include/Makefile
+/src/common/Makefile
 /src/libcounter/Makefile
 /src/liblttng-ust-comm/Makefile
 /src/liblttng-ust-ctl/Makefile
This page took 0.02357 seconds and 4 git commands to generate.