Implement .gitignore whitelist paradigm.

This commit is contained in:
p620
2020-10-11 03:44:54 +03:00
parent e24aa650fe
commit db800e3541
2 changed files with 17 additions and 5 deletions

20
.gitignore vendored
View File

@@ -1,3 +1,17 @@
cmake-build-debug/
cmake-build-release/
.idea/
/**
!/bin/**
!/cmake/**
!/etc/**
!/include/**
!/media/**
!/resources/**
!/sql/**
!/src/**
!/test/**
!.gitignore
!.CMakeLists.txt
!COPYING
!Doxyfile
!README.md
!todo_1.4.md
!uid_fix_concept.md