update .gitignore
- Remove old cmake ignores - Add rootston.ini (example is rootston.ini.example)
This commit is contained in:
parent
3d176fcd1a
commit
69697e55a1
|
@ -1,8 +1,3 @@
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
Makefile
|
|
||||||
cmake_install.cmake
|
|
||||||
install_manifest.txt
|
|
||||||
.clang_complete
|
.clang_complete
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
@ -11,3 +6,4 @@ test/
|
||||||
build/
|
build/
|
||||||
wayland-*-protocol.*
|
wayland-*-protocol.*
|
||||||
wlr-example.ini
|
wlr-example.ini
|
||||||
|
rootston.ini
|
||||||
|
|
Loading…
Reference in New Issue