Skip to content

Commit 8d18e39

Browse files
committed
Update .gitignore to exclude more build files
Added/modified lines to remove additional files from being recognized as candidates for committing to the repository. tests/lcs/extensions/... - By adding `**` the the front of the extensions exclusions, it will catch these files as well engine/src/.lci and libscript/src/.lci
1 parent 384238a commit 8d18e39

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ encryptedstack.cpp
2020
encryptedstack.h
2121
stacksecurity_encrypted.cpp
2222
util/perfect/perfect.linux-*
23-
extensions/*/*/*.xml
24-
extensions/*/*/*.lci
25-
extensions/*/*/*.lcm
26-
extensions/*/*/*.lce
27-
extensions/*/*/api.lcdoc
23+
**/extensions/*/*/*.xml
24+
**/extensions/*/*/*.lci
25+
**/extensions/*/*/*.lcm
26+
**/extensions/*/*/*.lce
27+
**/extensions/*/*/api.lcdoc
28+
*/src/.lci/*
2829

2930
# Compiled source and intermediates #
3031
###################

0 commit comments

Comments
 (0)