gitignore: hidden files and folders
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# build folder
|
||||
build/
|
||||
# build folders
|
||||
build*/
|
||||
# temporary folder
|
||||
tmp/
|
||||
# compiled python files
|
||||
@@ -9,3 +9,5 @@ tmp/
|
||||
# temporary glade files
|
||||
\#*
|
||||
/subprojects/blueprint-compiler
|
||||
# hidden files and folders
|
||||
.*
|
||||
Reference in New Issue
Block a user