updated gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,3 +1,9 @@
|
|||||||
|
# LibreCAD root folder
|
||||||
|
/*.dxf
|
||||||
|
/*.sh
|
||||||
|
/*.txt
|
||||||
|
/\.*
|
||||||
|
|
||||||
# Apple generated directories
|
# Apple generated directories
|
||||||
LibreCAD.app/
|
LibreCAD.app/
|
||||||
LibreCAD.pbproj/
|
LibreCAD.pbproj/
|
||||||
@ -11,6 +17,9 @@ Info.plist
|
|||||||
|
|
||||||
*.autosave
|
*.autosave
|
||||||
*~
|
*~
|
||||||
|
*.patch
|
||||||
|
*.rej
|
||||||
|
\#*.dxf
|
||||||
|
|
||||||
# filenames, anywhere
|
# filenames, anywhere
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|||||||
Reference in New Issue
Block a user