[AZTH] added blank include.sh for bash system and gitignore

This commit is contained in:
Yehonal
2016-07-30 11:16:09 +02:00
parent 636ee9b246
commit 441dff4103
2 changed files with 51 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
!.gitignore
!*
#
#Generic
#
.directory
.mailmap
*.orig
*.rej
*~
.hg/
*.kdev*
.DS_Store
CMakeLists.txt.user
*.bak
*.patch
*.diff
*.REMOTE.*
*.BACKUP.*
*.BASE.*
*.LOCAL.*
#
# IDE & other softwares
#
/.settings/
/.externalToolBuilders/*
# exclude in all levels
nbproject/
.sync.ffs_db
#
# Eclipse
#
*.pydevproject
.metadata
.gradle
tmp/
*.tmp
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.cproject
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash