Adjust file structure.
This commit is contained in:
		
							
								
								
									
										76
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										76
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1 +1,75 @@ | |||||||
| /build* | # This file is used to ignore files which are generated | ||||||
|  | # ---------------------------------------------------------------------------- | ||||||
|  |  | ||||||
|  | *~ | ||||||
|  | *.autosave | ||||||
|  | *.a | ||||||
|  | *.core | ||||||
|  | *.moc | ||||||
|  | *.o | ||||||
|  | *.obj | ||||||
|  | *.orig | ||||||
|  | *.rej | ||||||
|  | *.so | ||||||
|  | *.so.* | ||||||
|  | *_pch.h.cpp | ||||||
|  | *_resource.rc | ||||||
|  | *.qm | ||||||
|  | .#* | ||||||
|  | *.*# | ||||||
|  | core | ||||||
|  | !core/ | ||||||
|  | tags | ||||||
|  | .DS_Store | ||||||
|  | .directory | ||||||
|  | *.debug | ||||||
|  | Makefile* | ||||||
|  | *.prl | ||||||
|  | *.app | ||||||
|  | moc_*.cpp | ||||||
|  | ui_*.h | ||||||
|  | qrc_*.cpp | ||||||
|  | Thumbs.db | ||||||
|  | *.res | ||||||
|  | *.rc | ||||||
|  | /.qmake.cache | ||||||
|  | /.qmake.stash | ||||||
|  |  | ||||||
|  | # qtcreator generated files | ||||||
|  | *.pro.user* | ||||||
|  | CMakeLists.txt.user* | ||||||
|  | build-* | ||||||
|  |  | ||||||
|  | # xemacs temporary files | ||||||
|  | *.flc | ||||||
|  |  | ||||||
|  | # Vim temporary files | ||||||
|  | .*.swp | ||||||
|  |  | ||||||
|  | # Visual Studio generated files | ||||||
|  | *.ib_pdb_index | ||||||
|  | *.idb | ||||||
|  | *.ilk | ||||||
|  | *.pdb | ||||||
|  | *.sln | ||||||
|  | *.suo | ||||||
|  | *.vcproj | ||||||
|  | *vcproj.*.*.user | ||||||
|  | *.ncb | ||||||
|  | *.sdf | ||||||
|  | *.opensdf | ||||||
|  | *.vcxproj | ||||||
|  | *vcxproj.* | ||||||
|  |  | ||||||
|  | # MinGW generated files | ||||||
|  | *.Debug | ||||||
|  | *.Release | ||||||
|  |  | ||||||
|  | # Python byte code | ||||||
|  | *.pyc | ||||||
|  |  | ||||||
|  | # Binaries | ||||||
|  | # -------- | ||||||
|  | *.dll | ||||||
|  | *.exe | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										74
									
								
								DoViGUI/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										74
									
								
								DoViGUI/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,74 +0,0 @@ | |||||||
| # This file is used to ignore files which are generated |  | ||||||
| # ---------------------------------------------------------------------------- |  | ||||||
|  |  | ||||||
| *~ |  | ||||||
| *.autosave |  | ||||||
| *.a |  | ||||||
| *.core |  | ||||||
| *.moc |  | ||||||
| *.o |  | ||||||
| *.obj |  | ||||||
| *.orig |  | ||||||
| *.rej |  | ||||||
| *.so |  | ||||||
| *.so.* |  | ||||||
| *_pch.h.cpp |  | ||||||
| *_resource.rc |  | ||||||
| *.qm |  | ||||||
| .#* |  | ||||||
| *.*# |  | ||||||
| core |  | ||||||
| !core/ |  | ||||||
| tags |  | ||||||
| .DS_Store |  | ||||||
| .directory |  | ||||||
| *.debug |  | ||||||
| Makefile* |  | ||||||
| *.prl |  | ||||||
| *.app |  | ||||||
| moc_*.cpp |  | ||||||
| ui_*.h |  | ||||||
| qrc_*.cpp |  | ||||||
| Thumbs.db |  | ||||||
| *.res |  | ||||||
| *.rc |  | ||||||
| /.qmake.cache |  | ||||||
| /.qmake.stash |  | ||||||
|  |  | ||||||
| # qtcreator generated files |  | ||||||
| *.pro.user* |  | ||||||
| CMakeLists.txt.user* |  | ||||||
|  |  | ||||||
| # xemacs temporary files |  | ||||||
| *.flc |  | ||||||
|  |  | ||||||
| # Vim temporary files |  | ||||||
| .*.swp |  | ||||||
|  |  | ||||||
| # Visual Studio generated files |  | ||||||
| *.ib_pdb_index |  | ||||||
| *.idb |  | ||||||
| *.ilk |  | ||||||
| *.pdb |  | ||||||
| *.sln |  | ||||||
| *.suo |  | ||||||
| *.vcproj |  | ||||||
| *vcproj.*.*.user |  | ||||||
| *.ncb |  | ||||||
| *.sdf |  | ||||||
| *.opensdf |  | ||||||
| *.vcxproj |  | ||||||
| *vcxproj.* |  | ||||||
|  |  | ||||||
| # MinGW generated files |  | ||||||
| *.Debug |  | ||||||
| *.Release |  | ||||||
|  |  | ||||||
| # Python byte code |  | ||||||
| *.pyc |  | ||||||
|  |  | ||||||
| # Binaries |  | ||||||
| # -------- |  | ||||||
| *.dll |  | ||||||
| *.exe |  | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user